Changeset 8234 for main/waeup.kofa/trunk/src/waeup/kofa/browser/pdf.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/browser/pdf.py
r8186 r8234 332 332 if not getattr(doc, 'kofa_nodate', False): 333 333 tz = getUtility(IKofaUtils).tzinfo 334 today = now(tz).strftime('%d/%m/%Y %H:%M:%S % z %Z')334 today = now(tz).strftime('%d/%m/%Y %H:%M:%S %Z') 335 335 canvas.drawString(2.2*cm, 0.5 * inch, 336 336 translate(_(u'Date: ${a}', mapping = {'a': today})))
Note: See TracChangeset for help on using the changeset viewer.