From 91638a37ab7d26371522ea1ab2ea6de5a62a9318 Mon Sep 17 00:00:00 2001 From: Maia Everett Date: Sat, 30 Aug 2025 20:22:34 +0300 Subject: [PATCH] OffsetDateTime: Clarify why UTC is spelled UTC --- src/time/offset_date_time.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/time/offset_date_time.md b/src/time/offset_date_time.md index 5c7a362e..f49c0e92 100644 --- a/src/time/offset_date_time.md +++ b/src/time/offset_date_time.md @@ -60,4 +60,4 @@ class Main { } ``` -[^utc]: UTC stands for "Coordinated Universal Time." No I don't know why the letters are in a different order [and at this point I'm too afraid to ask](https://knowyourmeme.com/memes/afraid-to-ask-andy). \ No newline at end of file +[^utc]: UTC stands for "Coordinated Universal Time" in English and "Temps Universel Coordonné" in French. The specific letter order of "UTC" (rather than "CUT" or "TUC") was chosen as a compromise between the two languages. \ No newline at end of file