Han Shaowen <bolide2...@gmail.com> added the comment:

Guys, what I said is the doc in help(datetime.timestamp) is 'Return POSIX 
timestamp as float.' So I assumed it is irrelevant to time zone, considering 
POSIX timestamp's definition. If it is then datetime.now and datetime.utcnow 
should return the same timestamp. But datetime.now().timestamp return a correct 
timestamp which I checked in the website https://www.unixtimestamp.com/ but 
datetime.utcnow().timestamp did not.

:)

----------

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

Reply via email to