Skip to content

Commit 9bd8a62

Browse files
committed
Updating Astana with a Western Kazakhstan timezone
On March 1, 2024, Kazakhstan (all parts) switched to use UTC+5. This updates Astana (captital of Kazakhstan) to use a Western Kazakhstan TZInfo identifier.
1 parent 71a74ad commit 9bd8a62

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

activesupport/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* Updating Astana with Western Kazakhstan TZInfo identifier
2+
3+
*Damian Nelson*
4+
15
* Add filename support for `ActiveSupport::Logger.logger_outputs_to?`
26

37
```ruby

activesupport/lib/active_support/values/time_zone.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ class TimeZone
134134
"Mumbai" => "Asia/Kolkata",
135135
"New Delhi" => "Asia/Kolkata",
136136
"Kathmandu" => "Asia/Kathmandu",
137-
"Astana" => "Asia/Dhaka",
138137
"Dhaka" => "Asia/Dhaka",
139138
"Sri Jayawardenepura" => "Asia/Colombo",
140139
"Almaty" => "Asia/Almaty",
140+
"Astana" => "Asia/Almaty",
141141
"Novosibirsk" => "Asia/Novosibirsk",
142142
"Rangoon" => "Asia/Rangoon",
143143
"Bangkok" => "Asia/Bangkok",

0 commit comments

Comments
 (0)