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 redrooster
Recipients redrooster
Date 2020-09-28.11:01:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601290915.94.0.524142413615.issue41874@roundup.psfhosted.org>
In-reply-to
Content
The issue is not that the date is before 1900, the issue are german month names. That strptime understands them, first set the locale like that:
locale.setlocale(locale.LC_TIME, "de_DE")
History
Date User Action Args
2020-09-28 11:01:55redroostersetrecipients: + redrooster
2020-09-28 11:01:55redroostersetmessageid: <1601290915.94.0.524142413615.issue41874@roundup.psfhosted.org>
2020-09-28 11:01:55redroosterlinkissue41874 messages
2020-09-28 11:01:55redroostercreate