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 zhanying
Recipients zhanying
Date 2020-04-09.09:55:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586426131.65.0.158262640104.issue40236@roundup.psfhosted.org>
In-reply-to
Content
In [7]: datetime.datetime.strptime("2024-0-3 00:00:00", "%Y-%W-%w %H:%M:%S")
Out[7]: datetime.datetime(2024, 1, 3, 0, 0)

In [8]: datetime.datetime.strptime("2024-1-3 00:00:00", "%Y-%W-%w %H:%M:%S")
Out[8]: datetime.datetime(2024, 1, 3, 0, 0)
History
Date User Action Args
2020-04-09 09:55:31zhanyingsetrecipients: + zhanying
2020-04-09 09:55:31zhanyingsetmessageid: <1586426131.65.0.158262640104.issue40236@roundup.psfhosted.org>
2020-04-09 09:55:31zhanyinglinkissue40236 messages
2020-04-09 09:55:31zhanyingcreate