Skip to content

Commit

Permalink
Fix Kazakhstan (Asia/Almaty) GMT offset
Browse files Browse the repository at this point in the history
fixes #303
  • Loading branch information
nofishonfriday committed Aug 25, 2024
1 parent cf0b815 commit 67e572a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ fun getAllTimeZones() = arrayListOf(
MyTimeZone("GMT+5:30", "Asia/Kolkata"),
MyTimeZone("GMT+5:45", "Asia/Kathmandu"),
MyTimeZone("GMT+6", "Antarctica/Vostok"),
MyTimeZone("GMT+6", "Asia/Almaty"),
MyTimeZone("GMT+5", "Asia/Almaty"),
MyTimeZone("GMT+6", "Asia/Bishkek"),
MyTimeZone("GMT+6", "Asia/Dhaka"),
MyTimeZone("GMT+6", "Asia/Omsk"),
Expand Down

0 comments on commit 67e572a

Please sign in to comment.