mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 21:35:55 +01:00
7 lines
102 B
Python
Executable File
7 lines
102 B
Python
Executable File
import time
|
|
|
|
# ts stores the time in seconds
|
|
ts = time.time()
|
|
|
|
# print the current timestamp
|
|
print(ts) |