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 barry, belopolsky, mitya57, r.david.murray
Date 2014-11-24.16:28:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416846513.58.0.614056503119.issue22932@psf.upfronthosting.co.za>
In-reply-to
Content
I was able to reproduce the problem on a Mac as follows:

$ TZ=Europe/Moscow date "+%c %z"
Mon Nov 24 19:27:51 2014 +0300
$ TZ=Europe/Moscow python3 -c "from email.utils import formatdate; print(formatdate(localtime=True))"
Mon, 24 Nov 2014 19:28:03 +0400
History
Date User Action Args
2014-11-24 16:28:33belopolskysetrecipients: + belopolsky, barry, r.david.murray, mitya57
2014-11-24 16:28:33belopolskysetmessageid: <1416846513.58.0.614056503119.issue22932@psf.upfronthosting.co.za>
2014-11-24 16:28:33belopolskylinkissue22932 messages
2014-11-24 16:28:33belopolskycreate