init
This commit is contained in:
4
utils/time.py
Normal file
4
utils/time.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from time import time
|
||||
|
||||
def cur_timestamp_ms():
|
||||
return int((time() * 1000))
|
||||
Reference in New Issue
Block a user