mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Change spelling of Kyev timezone to Kyiv [#2613 state:resolved]
This commit is contained in:
parent
9010ed2755
commit
2e7409f035
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
*Edge*
|
||||
|
||||
* Change spelling of Kyev timezone to Kyiv #2613 [Alexander Dymo]
|
||||
|
||||
* Add ActiveSupport.parse_json_times to disable time parsing in JSON backends that don't support it or don't need it. [rick]
|
||||
|
||||
* Add pluggable JSON backends with support for the JSON gem. [rick]
|
||||
|
|
|
@ -92,7 +92,7 @@ module ActiveSupport
|
|||
"Bucharest" => "Europe/Bucharest",
|
||||
"Cairo" => "Africa/Cairo",
|
||||
"Helsinki" => "Europe/Helsinki",
|
||||
"Kyev" => "Europe/Kiev",
|
||||
"Kyiv" => "Europe/Kiev",
|
||||
"Riga" => "Europe/Riga",
|
||||
"Sofia" => "Europe/Sofia",
|
||||
"Tallinn" => "Europe/Tallinn",
|
||||
|
@ -336,7 +336,7 @@ module ActiveSupport
|
|||
"Copenhagen", "Madrid", "Paris", "Amsterdam", "Berlin",
|
||||
"Bern", "Rome", "Stockholm", "Vienna",
|
||||
"West Central Africa" ],
|
||||
[ 7_200, "Bucharest", "Cairo", "Helsinki", "Kyev", "Riga", "Sofia",
|
||||
[ 7_200, "Bucharest", "Cairo", "Helsinki", "Kyiv", "Riga", "Sofia",
|
||||
"Tallinn", "Vilnius", "Athens", "Istanbul", "Minsk",
|
||||
"Jerusalem", "Harare", "Pretoria" ],
|
||||
[ 10_800, "Moscow", "St. Petersburg", "Volgograd", "Kuwait", "Riyadh",
|
||||
|
|
Loading…
Reference in a new issue