def clock():
from datetime import datetime #timestamp will be drawn and used for filenames
global timestamp
timestamp = datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S.%f')[:-4] #see function strftime in Python documentation
评论列表
文章目录