[issue15873] "datetime" cannot parse ISO 8601 dates and times

Anders Hovmöller report at bugs.python.org
Thu Mar 7 16:37:29 CET 2013


Anders Hovmöller added the comment:

I've written a parser for ISO 8601: https://github.com/boxed/iso8601

Some basic tests are included and it supports most of the standard. Haven't gotten around to the more obscure parts like durations and intervals, but those are trivial to add...

----------
nosy: +Anders.Hovmöller

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


More information about the Python-bugs-list mailing list