◐ Shell
clean mode source ↗

Message 398606 - Python tracker

Message398606

Author vpjtqwv0101
Recipients vpjtqwv0101
Date 2021-07-30.20:24:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627676685.12.0.81634911114.issue44787@roundup.psfhosted.org>
In-reply-to
Content
Output of: datetime.datetime.now().strftime('%D')
is equivalent for: datetime.datetime.now().strftime('%m/%d/%y')

Is there a reason that directive %D is missing in documentation? Are there other hidden directives?
https://docs.python.org/3/library/datetime.html#strftime-and-strptime-behavior
History
Date User Action Args
2021-07-30 20:24:45vpjtqwv0101setrecipients: + vpjtqwv0101
2021-07-30 20:24:45vpjtqwv0101setmessageid: <1627676685.12.0.81634911114.issue44787@roundup.psfhosted.org>
2021-07-30 20:24:45vpjtqwv0101linkissue44787 messages
2021-07-30 20:24:45vpjtqwv0101create