You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The strftime, strptime and ctime methods of the datetime and time objects have poor docstrings, which makes it near impossible to write code that interacts with them without referring to the online documentation.
The documentation could be improved greatly by adding information on the specifics of the input/output formats, specifically elaborating on the escape sequences used.
ericvsmith
changed the title
Documentation for some methods in the datetime module are not very clear or helpful
Docstrings for some methods in the datetime module are not very clear or helpful
Sep 24, 2022
Documentation
The
strftime
,strptime
andctime
methods of thedatetime
andtime
objects have poor docstrings, which makes it near impossible to write code that interacts with them without referring to the online documentation.The documentation could be improved greatly by adding information on the specifics of the input/output formats, specifically elaborating on the escape sequences used.
Linked PRs
The text was updated successfully, but these errors were encountered: