【发布时间】:2021-06-06 02:01:06
【问题描述】:
我正在使用 python 下载一个包含时间戳的 json 文件。但我得到的时间戳低于格式
`2021-04-01T21:43:52.757Z`
想要转换为普通时间戳 (CST Hrs)。我还看到手动比较报告时,时间增加了 4 小时。
`4/1/2021 5:43:53 PM`
与 json 文件条目相比,上述时间减少了 4 小时。请给我建议。
【问题讨论】:
-
这能回答你的问题吗? ISO time to Human readable time in python