Files
CyberPanel/backup/tests.py
2022-04-01 17:29:25 +05:00

7 lines
102 B
Python
Executable File

import time
# ts stores the time in seconds
ts = time.time()
# print the current timestamp
print(ts)