Refer to strftime(3) manpage for platform specific format codes.

Suggested by Skip Montanaro on docs@.
This commit is contained in:
Georg Brandl 2013-10-13 18:28:25 +02:00
parent 04d11a73fa
commit b7117af07d
2 changed files with 6 additions and 3 deletions

View file

@ -1782,7 +1782,8 @@ values. If they're used anyway, ``0`` is substituted for them.
The full set of format codes supported varies across platforms, because Python
calls the platform C library's :func:`strftime` function, and platform
variations are common.
variations are common. To see the full set of format codes supported on your
platform, consult the :manpage:`strftime(3)` documentation.
The following is a list of all the format codes that the C standard (1989
version) requires, and these work on all platforms with a standard C