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:45 | vpjtqwv0101 | set | recipients: + vpjtqwv0101 |
| 2021-07-30 20:24:45 | vpjtqwv0101 | set | messageid: <1627676685.12.0.81634911114.issue44787@roundup.psfhosted.org> |
| 2021-07-30 20:24:45 | vpjtqwv0101 | link | issue44787 messages |
| 2021-07-30 20:24:45 | vpjtqwv0101 | create | |