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 mikejs
Recipients brian.curtin, ezio.melotti, georg.brandl, mikejs
Date 2010-01-14.05:38:09
SpamBayes Score 0.012449655
Marked as misclassified No
Message-id <1263447497.15.0.154269358272.issue7699@psf.upfronthosting.co.za>
In-reply-to
Content
I think it's referring to:

>>> datetime.time(10, 34, 6).strftime("%Y-%m-%d %H:%M:%S")
'1900-01-01 10:34:06'

and thus still applies. It is wrong about month and day being replaced by '0', however, and I've updated the patch to change that to '1'.
History
Date User Action Args
2010-01-14 05:38:20mikejssetrecipients: + mikejs, georg.brandl, ezio.melotti, brian.curtin
2010-01-14 05:38:17mikejssetmessageid: <1263447497.15.0.154269358272.issue7699@psf.upfronthosting.co.za>
2010-01-14 05:38:14mikejslinkissue7699 messages
2010-01-14 05:38:12mikejscreate