jie_test4 / tname.py
jie1's picture
Upload tname.py
d7a6985
raw
history blame
No virus
137 Bytes
import time
def Name():
name = time.strftime('%m-%d-%H_%M', time.localtime()) # %Y-%m-%d-%H:%M:%S ε†’ε·δΌšζŠ₯ι”™
return name