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:31:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416846675.93.0.0778503220566.issue22932@psf.upfronthosting.co.za>
In-reply-to
Content
"Using something from datetime module" works as expected:

$ TZ=Europe/Moscow python3 -c "from datetime import datetime, timezone; print(datetime.now(timezone.utc).astimezone())"
2014-11-24 19:30:27.141542+03:00
History
Date User Action Args
2014-11-24 16:31:15belopolskysetrecipients: + belopolsky, barry, r.david.murray, mitya57
2014-11-24 16:31:15belopolskysetmessageid: <1416846675.93.0.0778503220566.issue22932@psf.upfronthosting.co.za>
2014-11-24 16:31:15belopolskylinkissue22932 messages
2014-11-24 16:31:15belopolskycreate