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
fb649ec
jie_test4
/
tname.py
jie1
Upload tname.py
d7a6985
about 2 years ago
raw
Copy download link
history
blame
Safe
137 Bytes
import
time
def
Name
():
name = time.strftime(
'%m-%d-%H_%M'
, time.localtime())
# %Y-%m-%d-%H:%M:%S εε·δΌζ₯ι
return
name