[Python-ideas] Parsing ISO 8601 with the standard library
Alexander Belopolsky
alexander.belopolsky at gmail.com
Tue Mar 11 20:08:06 CET 2014
On Tue, Mar 11, 2014 at 2:57 PM, Guido van Rossum <guido at python.org> wrote:
> Can you show or point us to some examples of the types of dates that
> cannot be parsed? Do you happen to have the specification for those?
This is a known limitation. We don't have an strftime code for TZ in hh:mm
format. GNU date uses ':z' for this.
See http://bugs.python.org/issue5207
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140311/8896d1cc/attachment.html>
More information about the Python-ideas
mailing list