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 pitrou
Recipients Arfrever, akira, barry, belopolsky, lemburg, pitrou, thomir, veebers
Date 2014-10-15.08:00:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413360052.3.0.0180056402113.issue22627@psf.upfronthosting.co.za>
In-reply-to
Content
Christopher, I've already pointed out a fix in another message: just remove ".replace(tzinfo=None)". Doing computations on UTC datetimes (rather than naive) should ensure you don't encounter any ambiguities.
History
Date User Action Args
2014-10-15 08:00:52pitrousetrecipients: + pitrou, lemburg, barry, belopolsky, Arfrever, akira, thomir, veebers
2014-10-15 08:00:52pitrousetmessageid: <1413360052.3.0.0180056402113.issue22627@psf.upfronthosting.co.za>
2014-10-15 08:00:52pitroulinkissue22627 messages
2014-10-15 08:00:52pitroucreate