Files
KianaBH3/utils/time.py

5 lines
68 B
Python

import time
def get_unix_in_seconds():
return int(time.time())