HubobelsPython/Zeit.py
2022-01-02 21:50:48 +01:00

5 lines
No EOL
69 B
Python

import time
Zeit = (time.strftime("%Y-%m-%d-%H.%M.%S"))
print(Zeit)