Changeset 15882 for main/waeup.kofa/trunk
- Timestamp:
- 11 Dec 2019, 16:16:06 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/layout.py
r14646 r15882 300 300 def formatTZDate(self,datetimeobj): 301 301 if isinstance(datetimeobj, datetime): 302 if datetimeobj.year == 2099: 303 return _('OE') 302 304 tz = getUtility(IKofaUtils).tzinfo 303 305 date = to_timezone(
Note: See TracChangeset for help on using the changeset viewer.