Show
Ignore:
Timestamp:
05/04/06 09:30:47 (18 years ago)
Author:
jerome
Message:

Double checked that all DateTime? objects are correctly handled in
all cases.

Files:
1 modified

Legend:

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

    r2879 r2880  
    244244                                              (oddevenclass, \ 
    245245                                               "".join(["<td>%s</td>" % (h or "&nbsp;") \ 
    246                                                   for h in (job.JobDate[:19], \ 
     246                                                  for h in (str(job.JobDate[:19]), \ 
    247247                                                            _(job.JobAction), \ 
    248248                                                            username_url, \