标签:color ftime 时间 rom turn date code div nbsp
1.时间戳to时间
def dateTrans(unixtime): dt = datetime.datetime.fromtimestamp(unixtime).strftime(‘%Y-%m-%d %H:%M:%S‘) return dt print dateTrans(1493646936)
标签:color ftime 时间 rom turn date code div nbsp
原文地址:http://www.cnblogs.com/rongxxx/p/6933402.html