5 lines
No EOL
69 B
Python
5 lines
No EOL
69 B
Python
import time
|
|
|
|
Zeit = (time.strftime("%Y-%m-%d-%H.%M.%S"))
|
|
|
|
print(Zeit) |