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

@@ -147,13 +147,13 @@ const CLOCK_TIME_ZONE_OPTIONS = [
'Europe/Helsinki',
'Europe/London',
'Europe/Moscow',
'Pacific/Apia',
'Pacific/Auckland',
'Pacific/Chatham',
'Pacific/Honolulu',
'Pacific/Kiritimati',
'Pacific/Noumea',
'Pacific/Pago_Pago',
'Pacific/Apia',
'UTC',
] as const;
dom.appVersion.textContent = APP_VERSION