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 eric.smith
Recipients eric.smith, sam-s
Date 2020-12-17.01:52:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608169926.17.0.641376883603.issue42664@roundup.psfhosted.org>
In-reply-to
Content
You have the parameters to strptime backward.

>>> datetime.datetime.strptime(datetime.datetime.now().strftime("%c"), "%c")
datetime.datetime(2020, 12, 16, 20, 51, 38)
History
Date User Action Args
2020-12-17 01:52:06eric.smithsetrecipients: + eric.smith, sam-s
2020-12-17 01:52:06eric.smithsetmessageid: <1608169926.17.0.641376883603.issue42664@roundup.psfhosted.org>
2020-12-17 01:52:06eric.smithlinkissue42664 messages
2020-12-17 01:52:06eric.smithcreate