My Tech Notes
Python: current time in milliseconds
import time
ms = int(round(time.time() * 1000))
print(ms)
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment