python 13位时间戳转转为日期格式提示错误~!
大家讲道理
大家讲道理 2017-04-18 10:10:17
0
1
538

python 2.7

def timeStamp(timeNum):
    timeStamp = float(timeNum)
    timeArray = time.localtime(timeStamp)
    otherStyleTime = time.strftime("%Y-%m-%d %H:%M:%S", timeArray)
    print otherStyleTime

调用函数timeStamp(1457410893000)的时候

提示错误:
ValueError: (22, 'Invalid argument')

求教,谢谢~!

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(1)
大家讲道理

timeNum/1000

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template