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.21:23:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404076988.87.0.627993901303.issue15873@psf.upfronthosting.co.za>
In-reply-to
Content
After inspections, the best library for parsing RFC3339 style date is definitely:
https://github.com/tonyg/python-rfc3339/

Main code at
https://github.com/tonyg/python-rfc3339/blob/master/rfc3339.py
History
Date User Action Args
2014-06-29 21:23:08karlcowsetrecipients: + 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 21:23:08karlcowsetmessageid: <1404076988.87.0.627993901303.issue15873@psf.upfronthosting.co.za>
2014-06-29 21:23:08karlcowlinkissue15873 messages
2014-06-29 21:23:08karlcowcreate