Alexander Belopolsky added the comment: 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> ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22994> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com