码迷,mamicode.com
首页 > 编程语言 > 详细

python 爬虫数据准换时间格式

时间:2018-10-22 15:44:24      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:code   爬虫   strftime   span   array   %s   pre   python 爬虫   str   

 

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") 

 

python 爬虫数据准换时间格式

标签:code   爬虫   strftime   span   array   %s   pre   python 爬虫   str   

原文地址:https://www.cnblogs.com/duanlinxiao/p/9830236.html

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