Skip to content

Commit b64307f

Browse files
Merge pull request rails#51317 from damiann/damiann/astana_tz_change
Updating Astana with a Western Kazakhstan timezone
2 parents 0dc84e2 + 9bd8a62 commit b64307f

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)