We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0dc84e2 + 9bd8a62 commit b64307fCopy full SHA for b64307f
activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+* Updating Astana with Western Kazakhstan TZInfo identifier
2
+
3
+ *Damian Nelson*
4
5
* Add filename support for `ActiveSupport::Logger.logger_outputs_to?`
6
7
```ruby
activesupport/lib/active_support/values/time_zone.rb
@@ -134,10 +134,10 @@ class TimeZone
134
"Mumbai" => "Asia/Kolkata",
135
"New Delhi" => "Asia/Kolkata",
136
"Kathmandu" => "Asia/Kathmandu",
137
- "Astana" => "Asia/Dhaka",
138
"Dhaka" => "Asia/Dhaka",
139
"Sri Jayawardenepura" => "Asia/Colombo",
140
"Almaty" => "Asia/Almaty",
+ "Astana" => "Asia/Almaty",
141
"Novosibirsk" => "Asia/Novosibirsk",
142
"Rangoon" => "Asia/Rangoon",
143
"Bangkok" => "Asia/Bangkok",
0 commit comments