>In article <mailman.12461.1406797909.18130.python-l...@python.org>, > Wolfgang Maier <wolfgang.ma...@biologie.uni-freiburg.de> wrote: > >> Hi, >> I'm trying to convert ISO8601-compliant strings representing dates or >> dates and times into datetime.datetime objects. > >https://pypi.python.org/pypi/iso8601 Yikes, what a regex. It must have been painstaking to get that right. https://bitbucket.org/micktwomey/pyiso8601/src/2bd28b5d6cd2481674a8b0c54a8bba64ab775f81/iso8601/iso8601.py?at=default -- https://mail.python.org/mailman/listinfo/python-list
- converting ISO8601 date and time string representations ... Wolfgang Maier
- Re: converting ISO8601 date and time string represe... Mark Lawrence
- Re: converting ISO8601 date and time string represe... Mark Lawrence
- Re: converting ISO8601 date and time string represe... Roy Smith
- Re: converting ISO8601 date and time string rep... Skip Montanaro
- Re: converting ISO8601 date and time string... Roy Smith
- Re: converting ISO8601 date and time st... Wolfgang Maier
- Re: converting ISO8601 date and time string represe... Albert-Jan Roskam
- Re: converting ISO8601 date and time string represe... Albert-Jan Roskam
- Re: converting ISO8601 date and time string represe... Roy Smith
- Re: converting ISO8601 date and time string rep... Wolfgang Maier
- Re: converting ISO8601 date and time string... Akira Li
- Re: converting ISO8601 date and time st... Joel Goldstick
- Re: converting ISO8601 date and ti... Skip Montanaro
- Re: converting ISO8601 date an... Mark Lawrence