mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-04-03 02:38:48 +02: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) |