Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
jie1
/
jie_test4
like
1
Runtime error
App
Files
Files
Community
jie1
commited on
Sep 28, 2022
Commit
d7a6985
•
1 Parent(s):
4d4f4e5
Upload tname.py
Browse files
Files changed (1)
hide
show
tname.py
+6
-0
tname.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import time
2
+
3
+
4
+
def Name():
5
+
name = time.strftime('%m-%d-%H_%M', time.localtime()) # %Y-%m-%d-%H:%M:%S 冒号会报错
6
+
return name