import time time = time.strftime('%Y-%m-%d %H:%M:%S',time.localtime()) print("当前时间:",time)
运行结果如下:当前时间: 2017-12-23 12:50:57