Feature or enhancement
There are several things to do, these are already supported by strftime but some (support for a few was added recently but not documented) are not supported by strptime (e.g. %t is not supported).
I will be working on this and most likely extending this list.
Linked PRs
Feature or enhancement
There are several things to do, these are already supported by
strftimebut some (support for a few was added recently but not documented) are not supported bystrptime(e.g.%tis not supported).%f, and quite a few codes are missing.strftimetests, they were written when the format codes were not expected.strptime, e.g.%n.strptimecollapses whitespace,%tan%nI will be working on this and most likely extending this list.
Linked PRs
datetime.*.str*timeformat code tables #140716%Dformat code support tostrptime()#144819