Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #75433 > unrolled thread

Re: converting ISO8601 date and time string representations to datetime

Started byAlbert-Jan Roskam <fomcl@yahoo.com>
First post2014-07-31 11:59 -0700
Last post2014-07-31 11:59 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Re: converting ISO8601 date and time string representations to datetime Albert-Jan Roskam <fomcl@yahoo.com> - 2014-07-31 11:59 -0700

#75433 — Re: converting ISO8601 date and time string representations to datetime

FromAlbert-Jan Roskam <fomcl@yahoo.com>
Date2014-07-31 11:59 -0700
SubjectRe: converting ISO8601 date and time string representations to datetime
Message-ID<mailman.12481.1406833359.18130.python-list@python.org>


>In article <mailman.12461.1406797909.18130.python-list@python.org>,
> Wolfgang Maier <wolfgang.maier@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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web