Sort timezone options strictly alphabetically

This commit is contained in:
Jage9
2026-02-21 16:32:28 -05:00
parent e0fc98d3f1
commit 0c842340ad
4 changed files with 4 additions and 4 deletions

View File

@@ -38,13 +38,13 @@ CLOCK_TIME_ZONE_OPTIONS: tuple[str, ...] = (
"Europe/Helsinki",
"Europe/London",
"Europe/Moscow",
"Pacific/Apia",
"Pacific/Auckland",
"Pacific/Chatham",
"Pacific/Honolulu",
"Pacific/Kiritimati",
"Pacific/Noumea",
"Pacific/Pago_Pago",
"Pacific/Apia",
"UTC",
)