mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Edinburgh TimeZone references "Europe/London" instead of "Europe/Dublin" [#3310 state:resolved]
This commit is contained in:
parent
057f0d3c16
commit
9b67b7ba2f
2 changed files with 3 additions and 1 deletions
|
@ -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]
|
||||
|
|
|
@ -63,7 +63,7 @@ module ActiveSupport
|
|||
"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",
|
||||
|
|
Loading…
Reference in a new issue