Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jie1
/
succ1
like
1
Build error
App
Files
Files
Community
main
succ1
/
file
/
tname.py
jie1
Upload 12 files
e1810a8
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
137 Bytes
import
time
def
Name
():
name = time.strftime(
'%m-%d-%H_%M'
, time.localtime())
# %Y-%m-%d-%H:%M:%S εε·δΌζ₯ι
return
name