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 ajaksu2, akuchling, belopolsky, brett.cannon, doerwalter, eric.araujo, python-dev, r.david.murray, tim.peters
Date 2012-06-22.21:10:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340399443.04.0.227551024831.issue665194@psf.upfronthosting.co.za>
In-reply-to
Content
Most of the localtime() logic is now implemented (correctly) in datetime.astimezone().  Attached patch fixes email.utils.localtime() implementation.
History
Date User Action Args
2012-06-22 21:10:43belopolskysetrecipients: + belopolsky, tim.peters, akuchling, doerwalter, brett.cannon, ajaksu2, eric.araujo, r.david.murray, python-dev
2012-06-22 21:10:43belopolskysetmessageid: <1340399443.04.0.227551024831.issue665194@psf.upfronthosting.co.za>
2012-06-22 21:10:42belopolskylinkissue665194 messages
2012-06-22 21:10:42belopolskycreate