mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
5 lines
No EOL
130 B
Python
Executable file
5 lines
No EOL
130 B
Python
Executable file
import time
|
|
|
|
def formatted_time():
|
|
formatted_time = time.strftime("%Y%m%d_%H%M%S", time.localtime())
|
|
return formatted_time |