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 r.david.murray
Recipients barry, belopolsky, mitya57, r.david.murray
Date 2014-12-09.14:44:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418136254.97.0.10906453823.issue22932@psf.upfronthosting.co.za>
In-reply-to
Content
That's a bug (you will note that it causes a test failure in the email test suite).  -0000 means "this date is in UTC, but that may or may not be the local timezone of the message".  +0000 means "this date really is in the UTC timezone".  utils.format_datetime uses +0000 if and only if the datetime is an aware UTC datetime.
History
Date User Action Args
2014-12-09 14:44:15r.david.murraysetrecipients: + r.david.murray, barry, belopolsky, mitya57
2014-12-09 14:44:14r.david.murraysetmessageid: <1418136254.97.0.10906453823.issue22932@psf.upfronthosting.co.za>
2014-12-09 14:44:14r.david.murraylinkissue22932 messages
2014-12-09 14:44:14r.david.murraycreate