Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce93c2 commit 410c2ceCopy full SHA for 410c2ce
Doc/library/datetime.rst
@@ -1043,7 +1043,7 @@ Other constructors, all class methods:
1043
Return a :class:`.datetime` corresponding to *date_string*, parsed according to
1044
*format*.
1045
1046
- This is equivalent to::
+ If *format* does not contain microseconds or timezone information, this is equivalent to::
1047
1048
datetime(*(time.strptime(date_string, format)[0:6]))
1049
0 commit comments