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 490a742 commit b1873d1Copy full SHA for b1873d1
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