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 oittaa
Recipients oittaa
Date 2021-12-10.03:01:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639105279.05.0.259148747281.issue46029@roundup.psfhosted.org>
In-reply-to
Content
Test case:

>>> import datetime
>>> datetime.datetime.fromisoformat('2021-12-10T01:00:00Z')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: Invalid isoformat string: '2021-12-10T01:00:00Z'


Basically every other programming language I tested correctly accepted this ISO/RFC3339 string as a date.
History
Date User Action Args
2021-12-10 03:01:19oittaasetrecipients: + oittaa
2021-12-10 03:01:19oittaasetmessageid: <1639105279.05.0.259148747281.issue46029@roundup.psfhosted.org>
2021-12-10 03:01:19oittaalinkissue46029 messages
2021-12-10 03:01:18oittaacreate