mirror of
https://github.com/yv1ing/ezMove.git
synced 2025-09-16 14:51:01 +08:00
6 lines
78 B
Python
6 lines
78 B
Python
import time
|
|
|
|
|
|
def get_current_timestamp():
|
|
return int(time.time() * 1000)
|