This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author karlcow
Recipients Alexander.Belopolsky, Anders.Hovmöller, Arfrever, barry, belopolsky, berker.peksag, cvrebert, davydov, eric.araujo, ethan.furman, flying sheep, jcea, karlcow, kirpit, martin.panter, mcepl, nagle, perey, r.david.murray, roysmith
Date 2014-06-29.04:36:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404016575.98.0.458228534738.issue15873@psf.upfronthosting.co.za>
In-reply-to
Content
On closer inspection, Anders Hovmöller proposal doesn't work.
https://github.com/boxed/iso8601

At least for the microseconds part. 

In http://tools.ietf.org/html/rfc3339#section-5.6, the microsecond part is defined as:

time-secfrac    = "." 1*DIGIT

In http://www.w3.org/TR/NOTE-datetime, same thing:
     s    = one or more digits representing a decimal fraction of a second

Anders considers it to be only six digits. It can be more or it can be less. :) 

Will comment on github too.
History
Date User Action Args
2014-06-29 04:36:16karlcowsetrecipients: + karlcow, barry, jcea, roysmith, belopolsky, nagle, mcepl, eric.araujo, Arfrever, r.david.murray, davydov, cvrebert, Alexander.Belopolsky, perey, ethan.furman, flying sheep, berker.peksag, martin.panter, kirpit, Anders.Hovmöller
2014-06-29 04:36:15karlcowsetmessageid: <1404016575.98.0.458228534738.issue15873@psf.upfronthosting.co.za>
2014-06-29 04:36:15karlcowlinkissue15873 messages
2014-06-29 04:36:15karlcowcreate