gpt4 book ai didi

python - 无法解析 ARPA 格式的 1904 年日期(电子邮件日期)

转载 作者:行者123 更新时间:2023-12-01 06:17:10 24 4
gpt4 key购买 nike

我正在处理 IMAP 邮箱,但在使用 mxDateTime 包解析日期时遇到问题。特别是像“Fri, 1 Jan 1904 00:43:25 -0400”这样的早期日期会造成麻烦:

>>> import mx.DateTime
>>> import mx.DateTime.ARPA
>>> mx.DateTime.ARPA.ParseDateTimeUTC("Fri, 1 Jan 1904 00:43:25 -0400").gmtoffset()
Traceback (most recent call last):
File "<interactive input>", line 1, in <module>
Error: cannot convert value to a time value
>>> mx.DateTime.ARPA.ParseDateTimeUTC("Thu, 1 Jan 2009 00:43:25 -0400").gmtoffset()
<mx.DateTime.DateTimeDelta object for '-08:00:00.00' at 1497b60>
>>>

请注意,使用 2009 年几乎相同的日期就可以了。我在 mxDateTime 本身中找不到任何有关日期限制的描述。有什么想法吗?

谢谢,

拉蒙

最佳答案

mxDateTime 对象是否可能仅处理 the Unix Epoch 之后的日期时间?

关于python - 无法解析 ARPA 格式的 1904 年日期(电子邮件日期),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2648992/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com