python 输出格式化之后的时间格式

import time
time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())
原文地址:https://www.cnblogs.com/gunduzi/p/10605896.html