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 baloan
Recipients baloan
Date 2008-01-31.18:59:15
SpamBayes Score 0.009217069
Marked as misclassified No
Message-id <1201805956.67.0.436839158391.issue1982@psf.upfronthosting.co.za>
In-reply-to
Content
Currently serializing datetime objects into isoformat string is well
possible. The reverse process - parsing an isoformat string into a
datetime object - doesn't work due to the missing %-tag for the strftime
format string.

Proposal:
Add new tag to strftime like format strings allowing to print and parse
milliseconds.
History
Date User Action Args
2008-01-31 18:59:16baloansetspambayes_score: 0.00921707 -> 0.009217069
recipients: + baloan
2008-01-31 18:59:16baloansetspambayes_score: 0.00921707 -> 0.00921707
messageid: <1201805956.67.0.436839158391.issue1982@psf.upfronthosting.co.za>
2008-01-31 18:59:16baloanlinkissue1982 messages
2008-01-31 18:59:15baloancreate