Python unix 时间戳未转换但似乎有价值

Python unix timestamp not converting but seems value

我有 Python 来源试图将 Unix 时间戳转换为可读形式。我的时间戳 1523620800000 转换为 05/17/2018 @ 5:10pm (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")

来自

你认为我做错了什么?谢谢

使用此时间戳,我从 https://www.unixtimestamp.com 得到 08/16/50251 @ 12:00am (UTC),并且给出的错误表明 50251 年不在日期时间