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

karl report at bugs.python.org
Sun Jun 29 05:58:51 CEST 2014


karl added the comment:

I had the issue today. I needed to parse a date with the following format.

    2014-04-04T23:59:00+09:00

and could not with strptime.

I see a discussion in March 2014 http://code.activestate.com/lists/python-ideas/26883/ but no followup. 

For references:
http://www.w3.org/TR/NOTE-datetime
http://tools.ietf.org/html/rfc3339

----------
nosy: +karlcow

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


More information about the Python-bugs-list mailing list