Skip to content

Commit

Permalink
Add missing time zone definitions for Russian Federation
Browse files Browse the repository at this point in the history
Also sync Russian Federation time zones with `zone.tab` file from tzdata version 2014j.

(cherry picked from commit f996dcf)

Conflicts:
	activesupport/CHANGELOG.md
  • Loading branch information
Envek authored and pixeltrix committed Jan 13, 2015
1 parent ac75b70 commit b25efc0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions activesupport/CHANGELOG.md
@@ -1,3 +1,9 @@
* Add missing time zone definitions for Russian Federation and sync them
with `zone.tab` file from tzdata version 2014j (latest).

*Andrey Novikov*


## Rails 4.1.9 (January 6, 2015) ##

* No changes.
Expand Down
5 changes: 4 additions & 1 deletion activesupport/lib/active_support/values/time_zone.rb
Expand Up @@ -111,9 +111,11 @@ class TimeZone
"Jerusalem" => "Asia/Jerusalem",
"Harare" => "Africa/Harare",
"Pretoria" => "Africa/Johannesburg",
"Kaliningrad" => "Europe/Kaliningrad",
"Moscow" => "Europe/Moscow",
"St. Petersburg" => "Europe/Moscow",
"Volgograd" => "Europe/Moscow",
"Volgograd" => "Europe/Volgograd",
"Samara" => "Europe/Samara",
"Kuwait" => "Asia/Kuwait",
"Riyadh" => "Asia/Riyadh",
"Nairobi" => "Africa/Nairobi",
Expand Down Expand Up @@ -170,6 +172,7 @@ class TimeZone
"Guam" => "Pacific/Guam",
"Port Moresby" => "Pacific/Port_Moresby",
"Magadan" => "Asia/Magadan",
"Srednekolymsk" => "Asia/Srednekolymsk",
"Solomon Is." => "Pacific/Guadalcanal",
"New Caledonia" => "Pacific/Noumea",
"Fiji" => "Pacific/Fiji",
Expand Down

0 comments on commit b25efc0

Please sign in to comment.