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 serhiy.storchaka
Recipients belopolsky, jean.rblt, p-ganssle, serhiy.storchaka
Date 2020-09-09.11:03:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599649419.24.0.101468836976.issue41750@roundup.psfhosted.org>
In-reply-to
Content
The UTC timezone implementation in the stdlib works well:

>>> import datetime
>>> datetime.datetime(2020, 9, 9, 8, 0, tzinfo=datetime.timezone.utc)
datetime.datetime(2020, 9, 9, 8, 0, tzinfo=datetime.timezone.utc)

I guess you use a third-part implementation of the UTC timezone. In such case please report your issue to this implementation.
History
Date User Action Args
2020-09-09 11:03:39serhiy.storchakasetrecipients: + serhiy.storchaka, belopolsky, p-ganssle, jean.rblt
2020-09-09 11:03:39serhiy.storchakasetmessageid: <1599649419.24.0.101468836976.issue41750@roundup.psfhosted.org>
2020-09-09 11:03:39serhiy.storchakalinkissue41750 messages
2020-09-09 11:03:39serhiy.storchakacreate