发布时间:2019-08-10 10:32:06编辑:auto阅读(2532)
今天写工程碰见一个问题,需要将毫秒转换成日期
#!-*- coding:UTF-8 -*-
'''
Created on 2015-4-14
'''
import datetime
import time
timeStamp = 1427349630000
timeStamp /= 1000.0
print timeStamp
timearr = time.localtime(timeStamp)
otherStyleTime = time.strftime("%Y-%m-%d %H:%M:%S", timearr)
print otherStyleTime
上一篇: python中not的用法
下一篇: Python中字典的用法
51017
50396
41012
37878
32343
29237
28118
22951
22919
21248
1120°
1811°
1471°
1411°
1693°
1497°
2157°
3725°
3660°
2571°