March 21, 2011
3:26 p.m.
I'm forwarding this message from Manuel Barkhau, who is not on the time zone mailing list. Those of you who are on the list, please direct replies appropriately. --ado -----Original Message----- From: Manuel Barkhau [mailto:mbarkhau@googlemail.com] Sent: Monday, March 21, 2011 11:22 To: tz@lecserver.nci.nih.gov Subject: issue: timezones missing in 2011d? 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