mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Edinburgh TimeZone references "Europe/London" instead of "Europe/Dublin" [#3310 state:resolved]
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user