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 vstinner
Recipients Dave, vstinner
Date 2013-02-05.21:46:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360100767.93.0.000664734720617.issue17139@psf.upfronthosting.co.za>
In-reply-to
Content
> I believe the datetime.now() should always return the same format.

It's now how it was implemented:
http://docs.python.org/dev/library/datetime.html#datetime.datetime.__str__
and
http://docs.python.org/dev/library/datetime.html#datetime.datetime.isoformat
History
Date User Action Args
2013-02-05 21:46:07vstinnersetrecipients: + vstinner, Dave
2013-02-05 21:46:07vstinnersetmessageid: <1360100767.93.0.000664734720617.issue17139@psf.upfronthosting.co.za>
2013-02-05 21:46:07vstinnerlinkissue17139 messages
2013-02-05 21:46:07vstinnercreate