issue: timezones missing in 2011d?

Manuel Barkhau mbarkhau at googlemail.com
Mon Mar 21 15:20:43 UTC 2011


C:\workspace>C:\Python25\python.exe
Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pytz
>>> pytz.VERSION
'2011d'
>>> len(pytz.all_timezones)
0
>>>

After installing 2010l and updating back to 2011d it seems to work now.


>>> len(pytz.all_timezones)
570
>>>



More information about the tz mailing list