This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, r.david.murray, santhoshch, simeon.visser
Date 2014-12-04.19:38:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417721939.09.0.317061836732.issue22994@psf.upfronthosting.co.za>
In-reply-to
Content
santhosh,

I would be interested to know how this gets resolved.  I find it strange that zon gets fractional UTC offset:

>>> zon
<DstTzInfo 'US/Pacific' LMT-1 day, 16:07:00 STD>

If you ask on a pytz-related forum, please post a link here.

Some other cases:

>>> pytz.timezone('US/Eastern')
<DstTzInfo 'US/Eastern' LMT-1 day, 19:04:00 STD>

>>> pytz.timezone('US/Central')
<DstTzInfo 'US/Central' LMT-1 day, 18:09:00 STD>

>>> pytz.timezone('Asia/Kolkata')
<DstTzInfo 'Asia/Kolkata' LMT+5:53:00 STD>

but

>>> pytz.timezone('Europe/Paris')
<DstTzInfo 'Europe/Paris' LMT+0:09:00 STD>
History
Date User Action Args
2014-12-04 19:38:59belopolskysetrecipients: + belopolsky, r.david.murray, simeon.visser, santhoshch
2014-12-04 19:38:59belopolskysetmessageid: <1417721939.09.0.317061836732.issue22994@psf.upfronthosting.co.za>
2014-12-04 19:38:59belopolskylinkissue22994 messages
2014-12-04 19:38:58belopolskycreate