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 r.david.murray
Recipients docs@python, marcrbouvier, r.david.murray
Date 2015-09-09.21:45:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441835109.69.0.576415455335.issue25048@psf.upfronthosting.co.za>
In-reply-to
Content
strftime passes the string through to the OS, which sometimes supports more format codes than the ones documented as working on all platforms.  There is a note in the docs about this.
History
Date User Action Args
2015-09-09 21:45:09r.david.murraysetrecipients: + r.david.murray, docs@python, marcrbouvier
2015-09-09 21:45:09r.david.murraysetmessageid: <1441835109.69.0.576415455335.issue25048@psf.upfronthosting.co.za>
2015-09-09 21:45:09r.david.murraylinkissue25048 messages
2015-09-09 21:45:09r.david.murraycreate