Skip to content

Commit

Permalink
Edinburgh TimeZone references "Europe/London" instead of "Europe/Dubl…
Browse files Browse the repository at this point in the history
…in" [#3310 state:resolved]
  • Loading branch information
philr authored and gbuesing committed Oct 28, 2009
1 parent 057f0d3 commit 9b67b7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*

* Update Edinburgh TimeZone to use "Europe/London" instead of "Europe/Dublin" #3310 [Phil Ross]

* Update bundled TZInfo to v0.3.15 [Geoff Buesing]

* JSON: +Object#to_json+ calls +as_json+ to coerce itself into something natively encodable like +Hash+, +Integer+, or +String+. Override +as_json+ instead of +to_json+ so you're JSON library agnostic. [Jeremy Kemper]
Expand Down
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/values/time_zone.rb
Expand Up @@ -63,7 +63,7 @@ class TimeZone
"Azores" => "Atlantic/Azores",
"Cape Verde Is." => "Atlantic/Cape_Verde",
"Dublin" => "Europe/Dublin",
"Edinburgh" => "Europe/Dublin",
"Edinburgh" => "Europe/London",
"Lisbon" => "Europe/Lisbon",
"London" => "Europe/London",
"Casablanca" => "Africa/Casablanca",
Expand Down

0 comments on commit 9b67b7b

Please sign in to comment.