Henk-Jaap Wagenaar <wagenaarhenkj...@gmail.com> added the comment:

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).

----------
nosy: +cryvate

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44663>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to