[issue15873] datetime: add ability to parse RFC 3339 dates and times

Martin Panter report at bugs.python.org
Mon Dec 4 17:39:51 EST 2017


Martin Panter <vadmium+py at gmail.com> added the comment:

P-ganssle seems to be proposing to limit parsing to exactly what “datetime.isoformat” produces; i.e. whole number of seconds, milliseconds or microseconds. Personally I would prefer it without this limitation, like in Mathieu’s patches. But P-ganssle has done some documentation, so perhaps we can combine the work of each?

----------
nosy: +p-ganssle

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue15873>
_______________________________________


More information about the Python-bugs-list mailing list