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 belopolsky, p-ganssle, tim.peters
Date 2016-11-03.19:16:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478200577.6.0.0773640243729.issue28602@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think timezones that satisfy the invariant expected by the default  fromutc() is common enough that we need to provide special support for them.  Note that in most cases it is the UTC to local conversion that is straightforward while Local to UTC is tricky, so the code that reduces a simple task to a harder one has questionable utility.
History
Date User Action Args
2016-11-03 19:16:17belopolskysetrecipients: + belopolsky, tim.peters, p-ganssle
2016-11-03 19:16:17belopolskysetmessageid: <1478200577.6.0.0773640243729.issue28602@psf.upfronthosting.co.za>
2016-11-03 19:16:17belopolskylinkissue28602 messages
2016-11-03 19:16:17belopolskycreate