From 1613af5ba7661a793c45cb95d1c30d80f99ad7b2 Mon Sep 17 00:00:00 2001 From: mbergen Date: Wed, 7 Aug 2024 14:49:07 +0200 Subject: [PATCH] Add new version of Alma-Ata Time Kazakhstan unified their timezone on march 1st, shifting the ALMT time to UTC+5. The idea would be to add two versions (i happily take ideas on the name) of ALMT time and bot-convert usages before that date to the version with +6. --- standard/timezone_data.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/standard/timezone_data.lua b/standard/timezone_data.lua index f8bf9c3eb8..b738d71673 100644 --- a/standard/timezone_data.lua +++ b/standard/timezone_data.lua @@ -37,6 +37,10 @@ return { }, ALMT = { name = 'Alma-Ata Time', + offset = {5, 0}, + }, + ALMT6 = { + name = 'Alma-Ata Time before March 1st, 2024', offset = {6, 0}, }, AMT = {