test.py 105 B

12345
  1. import time
  2. nowStr = time.strftime("%Y-%m-%d_%H-%M-%S.csv", time.localtime(time.time()))
  3. print(nowStr)