Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从 JSON 中提取一个时间戳,我想将其转换为 EST 并以人类可读的形式格式化。
当我从 JSON 中提取它时,我得到以下文本:“2012-06-30T10:36:06-07:00”
如何将其转换为东海岸时间(+3 小时)并以正确的格式(“6-30-2012 1:36pm”)?
您可以使用完全执行此操作的pyiso8601包。它接受tzinfo您可以使用pytz库来获取预定义的时区。[他们有很多例如]
tzinfo