My Tech Notes
Search This Blog
Python: current time in milliseconds
import time
ms = int(round(time.time() * 1000))
print(ms)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment