Skip to content

Commit

Permalink
Merge pull request #8097 from steveklabnik/issue_8095
Browse files Browse the repository at this point in the history
Fixed mapping of Solomon Islands.
  • Loading branch information
rafaelfranca committed Nov 2, 2012
2 parents 2e20a7d + 642e1af commit e34d856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions activesupport/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##

* Fixed timezone mapping of the Solomon Islands. *Steve Klabnik*

* Make callstack attribute optional in
ActiveSupport::Deprecation::Reporting methods `warn` and `deprecation_warning`

Expand Down
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/values/time_zone.rb
Expand Up @@ -167,7 +167,7 @@ class TimeZone
"Guam" => "Pacific/Guam",
"Port Moresby" => "Pacific/Port_Moresby",
"Magadan" => "Asia/Magadan",
"Solomon Is." => "Asia/Magadan",
"Solomon Is." => "Pacific/Guadalcanal",
"New Caledonia" => "Pacific/Noumea",
"Fiji" => "Pacific/Fiji",
"Kamchatka" => "Asia/Kamchatka",
Expand Down

0 comments on commit e34d856

Please sign in to comment.