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 cryvate
Recipients cryvate, gabhcosta
Date 2021-07-17.22:29:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626560963.01.0.220586395298.issue44663@roundup.psfhosted.org>
In-reply-to
Content
I don't seem to be able to reproduce this by running this one-liner:

from datetime import datetime, timezone; print(datetime.now(timezone.utc).timestamp()); print(datetime.u
tcnow().timestamp());

on 3.9.5. How did you achieve this? It looks like the difference one would expect from (fast) human input).
History
Date User Action Args
2021-07-17 22:29:23cryvatesetrecipients: + cryvate, gabhcosta
2021-07-17 22:29:23cryvatesetmessageid: <1626560963.01.0.220586395298.issue44663@roundup.psfhosted.org>
2021-07-17 22:29:23cryvatelinkissue44663 messages
2021-07-17 22:29:22cryvatecreate