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 f0f29f3 commit e86bcfaCopy full SHA for e86bcfa
1 file changed
Doc/library/datetime.rst
@@ -2431,7 +2431,8 @@ incomplete or ambiguous ISO 8601 directives will raise a :exc:`ValueError`.
2431
The full set of format codes supported varies across platforms, because Python
2432
calls the platform C library's :func:`strftime` function, and platform
2433
variations are common. To see the full set of format codes supported on your
2434
-platform, consult the :manpage:`strftime(3)` documentation.
+platform, consult the :manpage:`strftime(3)` documentation. There are also
2435
+differences between platforms in handling of unsupported format specifiers.
2436
2437
.. versionadded:: 3.6
2438
``%G``, ``%u`` and ``%V`` were added.
0 commit comments