Files
CyberPanel/backup/tests.py

7 lines
102 B
Python
Raw Normal View History

2022-04-01 17:29:25 +05:00
import time
2019-12-10 15:09:10 +05:00
2022-04-01 17:29:25 +05:00
# ts stores the time in seconds
ts = time.time()
2017-10-24 19:16:36 +05:00
2022-04-01 17:29:25 +05:00
# print the current timestamp
print(ts)