我从sqlite3读取数据,我需要使用'last_visit_time',但数据是'12979085322912388L',我只使用python
import datetime,time
Traceback (most recent call last):
File "t1.py", line 21, in <module>
print time.gmtime(long(12979085330693664L))
ValueError: timestamp out of range for platform time_t
....我不能使用ctime,gmtime....范围限制,所以我怎样才能将它翻译成实时,非常感谢!