SilentGhost <ghost....@runbox.com> added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36899>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to