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 SilentGhost
Recipients Piotr Kamoda, SilentGhost
Date 2019-05-13.09:52:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557741154.95.0.562415520528.issue36899@roundup.psfhosted.org>
In-reply-to
Content
In the same page about utcfromtimestamp https://docs.python.org/3.7/library/datetime.html#datetime.datetime.utcfromtimestamp it says:

> with tzinfo None

Also below, "To get an aware datetime object". All this means or implies naïve object.

I've no idea what you mean by "fails silently". In what way does astimezone fail silently. You have your naïve object, then you convert it aware object, then to a different timezone. What is the problem here?
History
Date User Action Args
2019-05-13 09:52:34SilentGhostsetrecipients: + SilentGhost, Piotr Kamoda
2019-05-13 09:52:34SilentGhostsetmessageid: <1557741154.95.0.562415520528.issue36899@roundup.psfhosted.org>
2019-05-13 09:52:34SilentGhostlinkissue36899 messages
2019-05-13 09:52:34SilentGhostcreate