moment / moment-timezone

Timezone support for moment.js
momentjs.com/timezone
MIT License
3.82k stars 835 forks source link

Kazakhstan will switch to a single time zone, UTC+05:00, on March 1, 2024. #1091

Closed m-urukov closed 7 months ago

m-urukov commented 7 months ago

Hello!
We are using the latest version 0.5.44, which was released on Dec 29, 2023. Since March 1, 2024, Kazakhstan will switch to a single time zone (Asia/Almaty + Asia/Qostanay => UTC+05:00) Wikipedia Time in Kazakhstan.

moment.tz("2024-01-01", "Asia/Almaty").format(); // => '2024-01-01T00:00:00+06:00' (✅)

moment.tz("2024-05-05", "Asia/Almaty").format(); // => '2024-05-05T00:00:00+06:00' (❌)

Do you have an update time zone database plan later? Thank you.

m-urukov commented 7 months ago

My issue will be fixed after https://github.com/moment/moment-timezone/issues/1092

image