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 mark.dickinson
Recipients Dave, mark.dickinson, vstinner
Date 2013-02-05.21:57:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360101471.76.0.478588287744.issue17139@psf.upfronthosting.co.za>
In-reply-to
Content
This is a feature request rather than a bug report;  changing fields accordingly.

Also, given the discussion leading to the rejection of issue 1074462, and the fact that you can now use %f in strftime as an easy way to get consistent output (issue 1158), I'm closing this as rejected.

>>> d = datetime.datetime(2013, 10, 11, 12, 34, 56, 0)
>>> d.strftime("%Y-%m-%d %H:%M:%S.%f")
'2013-10-11 12:34:56.000000'
History
Date User Action Args
2013-02-05 21:57:51mark.dickinsonsetrecipients: + mark.dickinson, vstinner, Dave
2013-02-05 21:57:51mark.dickinsonsetmessageid: <1360101471.76.0.478588287744.issue17139@psf.upfronthosting.co.za>
2013-02-05 21:57:51mark.dickinsonlinkissue17139 messages
2013-02-05 21:57:51mark.dickinsoncreate