1. 程式人生 > >python 爬蟲數據準換時間格式

python 爬蟲數據準換時間格式

print %d time utc 數據 str pre ray color

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 爬蟲數據準換時間格式