]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-80421: Correct definitions of time (GH-130984) (#131022)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 9 Mar 2025 20:15:37 +0000 (21:15 +0100)
committerGitHub <noreply@github.com>
Sun, 9 Mar 2025 20:15:37 +0000 (20:15 +0000)
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 98fa4a49fecbac3c990a25ce5d300592dad31be0)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Doc/library/time.rst

index 804e2679027bd4e0c6077ba6023f40c760b31e72..542493a82af94d42393da3ee91101da0972b672a 100644 (file)
@@ -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