Changeset 3050 for pykota/trunk/cgi-bin

Show
Ignore:
Timestamp:
11/08/06 22:43:38 (17 years ago)
Author:
jerome
Message:

Fixed date and time parsing, although I was unable to reproduce the problem reported...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/cgi-bin/printquota.cgi

    r2953 r3050  
    241241                        else :     
    242242                            billingcode_url = None 
    243                         curdate = DateTime.ISO.ParseDateTime(str(job.JobDate)) 
     243                        curdate = DateTime.ISO.ParseDateTime(str(job.JobDate)[:19]) 
    244244                        self.report.append('<tr class="%s">%s</tr>' % \ 
    245245                                              (oddevenclass, \