mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-22 16:49:04 +00:00
init-commit
This commit is contained in:
commit
18a552597a
3461 changed files with 1150579 additions and 0 deletions
5
internbootcamp/bootcamp_utils/formatted_time.py
Executable file
5
internbootcamp/bootcamp_utils/formatted_time.py
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
import time
|
||||
|
||||
def formatted_time():
|
||||
formatted_time = time.strftime("%Y%m%d_%H%M%S", time.localtime())
|
||||
return formatted_time
|
||||
Loading…
Add table
Add a link
Reference in a new issue