python 爬虫数据准换时间格式

 

1 timeStamp = 1381419600
2 dateArray = datetime.datetime.utcfromtimestamp(timeStamp)
3 otherStyleTime = dateArray.strftime("%Y--%m--%d %H:%M:%S")
4 print otherStyleTime   # 2013--10--10 15:40:00
5  dateArray = datetime.datetime.utcfromtimestamp(timeStamp) 
6  otherStyleTime = dateArray.strftime("%Y-%m-%d %H:%M:%S") 

 

posted @ 2018-10-22 15:15  三冬三夏  阅读(223)  评论(0编辑  收藏  举报