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 AlexWaygood
Recipients AlexWaygood, Anthony Sottile, ZackerySpytz, belopolsky, p-ganssle, srittau
Date 2021-11-16.19:27:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637090861.78.0.846930819221.issue41260@roundup.psfhosted.org>
In-reply-to
Content
In addition to `date.strftime` and `time.strftime`, there is also a discrepancy in `datetime.fromtimestamp`. In the C implementation, the first parameter is called "timestamp"; in the pure-Python implementation, the first parameter is called "t".
History
Date User Action Args
2021-11-16 19:27:41AlexWaygoodsetrecipients: + AlexWaygood, srittau, belopolsky, Anthony Sottile, p-ganssle, ZackerySpytz
2021-11-16 19:27:41AlexWaygoodsetmessageid: <1637090861.78.0.846930819221.issue41260@roundup.psfhosted.org>
2021-11-16 19:27:41AlexWaygoodlinkissue41260 messages
2021-11-16 19:27:41AlexWaygoodcreate