Changeset 8234 for main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
- Timestamp:
- 20 Apr 2012, 11:27:59 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r8186 r8234 209 209 frame_footer = Frame(1*cm,0,width-(2*cm),1*cm) 210 210 tz = getUtility(IKofaUtils).tzinfo 211 timestamp = now(tz).strftime("%d/%m/%Y %H:%M:%S % z %Z")211 timestamp = now(tz).strftime("%d/%m/%Y %H:%M:%S %Z") 212 212 left_text = '<font size=10>%s</font>' % timestamp 213 213 story.append(Paragraph(left_text, style["Normal"]))
Note: See TracChangeset for help on using the changeset viewer.