Message 226967 - Python tracker

Message226967

Author akira
Recipients akira
Date 2014-09-16.22:05:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410905103.64.0.486008550628.issue22426@psf.upfronthosting.co.za>
In-reply-to
Content
Correction:

The correct offset is +0400:

  >>> dt = datetime(2010, 5, 31, 20, tzinfo=timezone.utc).astimezone()

And _timezones dict is defined in Lib/email/_parseaddr.py
History
Date User Action Args
2014-09-16 22:05:03akirasetrecipients: + akira
2014-09-16 22:05:03akirasetmessageid: <1410905103.64.0.486008550628.issue22426@psf.upfronthosting.co.za>
2014-09-16 22:05:03akiralinkissue22426 messages
2014-09-16 22:05:03akiracreate