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 nickzoic
Recipients Sriram Rajagopalan, belopolsky, gregory.p.smith, nickzoic, p-ganssle, polymorphm, xtreak
Date 2020-03-02.23:14:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583190899.88.0.780076237984.issue26460@roundup.psfhosted.org>
In-reply-to
Content
Not disagreeing with you that "%b %d" timestamps with no "%Y" are excerable, but they're fairly common in the *nix world unfortunately.

People need to parse them, and the simple and obvious way to do this breaks every four years.

I like the idea of having a warning for not including %Y *and* not setting a default_year kwarg though.
History
Date User Action Args
2020-03-02 23:14:59nickzoicsetrecipients: + nickzoic, gregory.p.smith, belopolsky, polymorphm, Sriram Rajagopalan, p-ganssle, xtreak
2020-03-02 23:14:59nickzoicsetmessageid: <1583190899.88.0.780076237984.issue26460@roundup.psfhosted.org>
2020-03-02 23:14:59nickzoiclinkissue26460 messages
2020-03-02 23:14:59nickzoiccreate