gfdm-server/v8_server/utils/eamuse.py

6 lines
94 B
Python

from time import time
def get_timestamp() -> str:
return str(int(round(time() * 1000)))