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 xtreak
Recipients dh4931, xtreak
Date 2020-07-17.09:52:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594979546.0.0.899808141197.issue41321@roundup.psfhosted.org>
In-reply-to
Content
I cannot reproduce the report on 3.8 and master. Both of the instances return 26002 which is 7 hours, 13 minutes and 22 seconds. Can you please attach a script that I can run to reproduce the difference?

python3
Python 3.8.0 (v3.8.0:fa919fdf25, Oct 14 2019, 10:23:27)
[Clang 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import datetime
>>> datetime.datetime(1986, 5, 4, 7, 13, 22).timestamp() - datetime.datetime(1986, 5, 4, 0, 0, 0).timestamp()
26002.0
>>> datetime.datetime(1986, 5, 2, 7, 13, 22).timestamp() - datetime.datetime(1986, 5, 2, 0, 0, 0).timestamp()
26002.0
History
Date User Action Args
2020-07-17 09:52:26xtreaksetrecipients: + xtreak, dh4931
2020-07-17 09:52:26xtreaksetmessageid: <1594979546.0.0.899808141197.issue41321@roundup.psfhosted.org>
2020-07-17 09:52:25xtreaklinkissue41321 messages
2020-07-17 09:52:25xtreakcreate