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 eric.smith
Recipients eric.smith, falsetru
Date 2009-06-20.15:32:28
SpamBayes Score 0.002124741
Marked as misclassified No
Message-id <1245511950.8.0.461900409818.issue6316@psf.upfronthosting.co.za>
In-reply-to
Content
This is by design. Where d is a datetime, format(d, format_string)
returns d.strftime(format_string).

>>> d.strftime('30')
'30'
History
Date User Action Args
2009-06-20 15:32:31eric.smithsetrecipients: + eric.smith, falsetru
2009-06-20 15:32:30eric.smithsetmessageid: <1245511950.8.0.461900409818.issue6316@psf.upfronthosting.co.za>
2009-06-20 15:32:29eric.smithlinkissue6316 messages
2009-06-20 15:32:29eric.smithcreate