Skip to content

Commit

Permalink
Fix Kazakhstan (Asia/Almaty) GMT offset (FossifyOrg#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
nofishonfriday committed Sep 11, 2024
1 parent cf0b815 commit 903bc20
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 903bc20

Please sign in to comment.