mirror of
https://github.com/python/cpython.git
synced 2025-10-04 06:06:44 +00:00
mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@
This commit is contained in:
parent
7ceef09b74
commit
657a7fcb95
1 changed files with 2 additions and 2 deletions
|
@ -560,6 +560,6 @@ The module defines the following functions and data items:
|
||||||
preferred hour/minute offset is not supported by all ANSI C libraries. Also, a
|
preferred hour/minute offset is not supported by all ANSI C libraries. Also, a
|
||||||
strict reading of the original 1982 :rfc:`822` standard calls for a two-digit
|
strict reading of the original 1982 :rfc:`822` standard calls for a two-digit
|
||||||
year (%y rather than %Y), but practice moved to 4-digit years long before the
|
year (%y rather than %Y), but practice moved to 4-digit years long before the
|
||||||
year 2000. The 4-digit year has been mandated by :rfc:`2822`, which obsoletes
|
year 2000. After that, :rfc:`822` became obsolete and the 4-digit year has
|
||||||
:rfc:`822`.
|
been first recommended by :rfc:`1123` and then mandated by :rfc:`2822`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue