This may not answer your question directly, but have you thought about ingoring the number at the end of these non-standard timezones? CDT is Central Daylight-saving Timezone, while CST is Central Standard Timezone. And you are correct they are -5 and -6 hours respectively. Does pytz know about CDT and CST?
Cheers, -Xav On Mon, Feb 1, 2010 at 1:13 AM, <s...@pobox.com> wrote: > > I have the pytz package but it doesn't know about non-standard timezone > names like "CDT5" or "CST6". I can obviously infer that they are either > five or six hours behind UTC. Are they constructed in some standard way so > that I can assume that if a timezone name is not known to pytz I can assume > the trailing number represents the number of hours behind UTC? Is there > some standard definition of the format of such semi-numeric timezone names? > > Thx, > > -- > Skip Montanaro - s...@pobox.com - http://www.smontanaro.net/ > -- > http://mail.python.org/mailman/listinfo/python-list >
-- http://mail.python.org/mailman/listinfo/python-list