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 gabhcosta
Recipients gabhcosta
Date 2021-07-17.21:20:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626556817.96.0.446467622076.issue44663@roundup.psfhosted.org>
In-reply-to
Content
>>> datetime.now(timezone.utc).timestamp()
1626556067.054988
>>> datetime.utcnow().timestamp()
1626566875.174921

Should there be a difference between the two modes?
History
Date User Action Args
2021-07-17 21:20:18gabhcostasetrecipients: + gabhcosta
2021-07-17 21:20:17gabhcostasetmessageid: <1626556817.96.0.446467622076.issue44663@roundup.psfhosted.org>
2021-07-17 21:20:17gabhcostalinkissue44663 messages
2021-07-17 21:20:17gabhcostacreate