Search This Blog

Python: current time in milliseconds



import time
ms = int(round(time.time() * 1000))
print(ms)

No comments:

Post a Comment