id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 12537 Etc/GMT-14 timezone of pytz is not listed in prefs/datetime Jun Omae Jun Omae "{{{#!pycon >>> import pytz >>> pytz.timezone('Etc/GMT-13') >>> pytz.timezone('Etc/GMT-14') }}} {{{#!pycon >>> from trac.util.datefmt import timezone >>> timezone('Etc/GMT-13') >>> timezone('Etc/GMT-14') Traceback (most recent call last): File """", line 1, in File ""/lib/python2.6/site-packages/trac/util/datefmt.py"", line 1113, in timezone raise KeyError(tzname) KeyError: 'Etc/GMT-14' }}}" defect closed normal 1.0.13 general minor fixed pytz Fix not listing `GMT +14:00` timezone for `Etc/GMT-14` timezone of pytz in prefs/datetime.