Ignore:
Timestamp:
20 Apr 2012, 11:27:59 (13 years ago)
Author:
Henrik Bettermann
Message:

Show only time zone name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/pdf.py

    r8186 r8234  
    332332        if not getattr(doc, 'kofa_nodate', False):
    333333            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')
    335335            canvas.drawString(2.2*cm, 0.5 * inch,
    336336                translate(_(u'Date: ${a}', mapping = {'a': today})))
Note: See TracChangeset for help on using the changeset viewer.