Skip to content

Commit

Permalink
Merge pull request #307 from nofishonfriday/fix-kazakhstan-gmt-offset
Browse files Browse the repository at this point in the history
Fix Kazakhstan (Asia/Almaty) GMT offset (#303)
  • Loading branch information
naveensingh authored Nov 3, 2024
2 parents 288dc4a + 903bc20 commit 4c25765
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 4c25765

Please sign in to comment.