码迷,mamicode.com
首页 > 其他好文 > 详细

datetime转换

时间:2017-06-02 15:49:07      阅读:212      评论:0      收藏:0      [点我收藏+]

标签: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)

 

datetime转换

标签:color   ftime   时间   rom   turn   date   code   div   nbsp   

原文地址:http://www.cnblogs.com/rongxxx/p/6933402.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!