Closed ettoreleandrotognoli closed 9 months ago
The old way always generate with 000 at the end
[eleandro@fedora ~]$ python Python 3.11.7 (main, Dec 18 2023, 00:00:00) [GCC 13.2.1 20231011 (Red Hat 13.2.1-4)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import time >>> str(int(time.time()) * 1000) '1707504381000' >>> str(int(time.time()) * 1000) '1707504382000' >>> str(int(time.time()) * 1000) '1707504382000' >>> str(int(time.time()) * 1000) '1707504383000' >>> str(int(time.time()) * 1000) '1707504383000' >>>
The old way always generate with 000 at the end