import time t=time.strptime("1969-Sep-23 00:00:00",'%Y-%b-%d %H:%M:%S') s=time.mktime(t)
错误提示:OverflowError:mktime argument out of range.
如果把时间改成1970-Sep-23 00:00:00 就不会出现错误。
为什么?
学习是最好的投资!
時間戳記是從1970開始的,最早到1970年
我這裡沒有報錯,而是回傳了一個負數。相關資訊:Linux x86_64, Python 2.7.9 & 3.4.3, glibc 2.21。你也應該提供這些資訊。
時間戳記是從1970開始的,最早到1970年
我這裡沒有報錯,而是回傳了一個負數。相關資訊:Linux x86_64, Python 2.7.9 & 3.4.3, glibc 2.21。你也應該提供這些資訊。