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 smrpy
Recipients smrpy
Date 2022-02-06.19:55:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644177347.67.0.0486896987025.issue46660@roundup.psfhosted.org>
In-reply-to
Content
this seems like an expected discrepancy because of a difference in the mechanism used for aware datatimes vs. naive datetimes, although I'm not sure I understand why the computation with naive datetimes uses the mktime() function rather than invoking datetime.timedelta.total_seconds() on a datetime difference.
History
Date User Action Args
2022-02-06 19:55:47smrpysetrecipients: + smrpy
2022-02-06 19:55:47smrpysetmessageid: <1644177347.67.0.0486896987025.issue46660@roundup.psfhosted.org>
2022-02-06 19:55:47smrpylinkissue46660 messages
2022-02-06 19:55:47smrpycreate