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

karl report at bugs.python.org
Sun Jun 29 23:23:08 CEST 2014


karl added the comment:

After inspections, the best library for parsing RFC3339 style date is definitely:
https://github.com/tonyg/python-rfc3339/

Main code at
https://github.com/tonyg/python-rfc3339/blob/master/rfc3339.py

----------

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


More information about the Python-bugs-list mailing list