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 spalac24
Recipients docs@python, spalac24
Date 2014-11-14.15:56:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415980561.47.0.0764312378681.issue22871@psf.upfronthosting.co.za>
In-reply-to
Content
In the datetime documentation page https://docs.python.org/2/library/datetime.html
In the directive sections, there are a few things that are not documented there. I really don't know all the possible directives, but the few examples I'm aware of, and how they seem to work for me:
%D seems to behave as the default %x (None locale)
%h seems to behave as %b
History
Date User Action Args
2014-11-14 15:56:01spalac24setrecipients: + spalac24, docs@python
2014-11-14 15:56:01spalac24setmessageid: <1415980561.47.0.0764312378681.issue22871@psf.upfronthosting.co.za>
2014-11-14 15:56:01spalac24linkissue22871 messages
2014-11-14 15:56:01spalac24create