mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
[3.13] gh-80421: Correct definitions of time (GH-130984) (#131022)
gh-80421: Correct definitions of time (GH-130984)
Based on the Wikipedia article, UTC is better said to be a successor than a renaming of GTC and language agnostic rather than an English-French compromise.
(cherry picked from commit 98fa4a49fe
)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
This commit is contained in:
parent
28406cd0a1
commit
edb69578ed
1 changed files with 7 additions and 3 deletions
|
@ -52,9 +52,13 @@ An explanation of some terminology and conventions is in order.
|
|||
single: Coordinated Universal Time
|
||||
single: Greenwich Mean Time
|
||||
|
||||
* UTC is Coordinated Universal Time (formerly known as Greenwich Mean Time, or
|
||||
GMT). The acronym UTC is not a mistake but a compromise between English and
|
||||
French.
|
||||
* UTC is `Coordinated Universal Time`_ and superseded `Greenwich Mean Time`_ or
|
||||
GMT as the basis of international timekeeping. The acronym UTC is not a
|
||||
mistake but conforms to an earlier, language-agnostic naming scheme for time
|
||||
standards such as UT0, UT1, and UT2.
|
||||
|
||||
.. _Coordinated Universal Time: https://en.wikipedia.org/wiki/Coordinated_Universal_Time
|
||||
.. _Greenwich Mean Time: https://en.wikipedia.org/wiki/Greenwich_Mean_Time
|
||||
|
||||
.. index:: single: Daylight Saving Time
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue