我尝试将Unix时间戳转换为可读形式时使用Python源代码。我的时间戳1523620800000转换为05/17/2018 @ 5:10 pm(UTC),根据https://www.unixtimestamp.com有效。这是我的Python代码,它会产生以下消息:
file "xxx.py", line 415, in xxx
frmt_date = dt.datetime.utcfromtimestamp(timestamp).strftime("%Y/%m/%d %H:%M")
ValueError: year 50251 is out of range
代码示例:
frmt_date = dt.datetime.utcfromtimestamp(timestamp).strftime("%Y/%m/%d %H:%M")
来自Python - Convert a epoch timestamp to yyyy/mm/dd hh:mm
你认为我在这里做错了什么?谢谢
答案 0 :(得分:0)
有了这个时间戳我从https://www.unixtimestamp.com获得08/16/50251 @ 12:00 am(UTC),并且给出的错误表明50251年不在日期时间