New submission from Iakov Davydov :
Currently there is no obvious way to parse time from ISO
8601/W3C/RFC3339 date&time format (http://www.ietf.org/rfc/rfc3339.txt)
or RFC2822. (Actually RFC2822 could be parsed with rfc822 module but
that is not very good way).
I suggest that we should
Iakov Davydov added the comment:
ISO 8601 is meant as the standard way to provide an unambiguous and
well-defined method of representing dates and times. And the fact that it is
widely used in e-mails doesn't make it e-mail specific.
Incorporating function parsedate_to_datetime to email
Iakov Davydov added the comment:
I took a closer look for #15873. Apperently it solves the issue.
Thanks, David.
--
___
Python tracker
<http://bugs.python.org/issue5
Changes by Iakov Davydov :
--
nosy: +davydov
___
Python tracker
<http://bugs.python.org/issue15873>
___
___
Python-bugs-list mailing list
Unsubscribe: