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/students/utils.py

    r8186 r8234  
    209209      frame_footer = Frame(1*cm,0,width-(2*cm),1*cm)
    210210      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")
    212212      left_text = '<font size=10>%s</font>' % timestamp
    213213      story.append(Paragraph(left_text, style["Normal"]))
Note: See TracChangeset for help on using the changeset viewer.