Skip to content

Commit

Permalink
Change spelling of Kyev timezone to Kyiv [#2613 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Dymo authored and gbuesing committed May 10, 2009
1 parent 9010ed2 commit 2e7409f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions activesupport/CHANGELOG
@@ -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]
Expand Down
4 changes: 2 additions & 2 deletions activesupport/lib/active_support/values/time_zone.rb
Expand Up @@ -92,7 +92,7 @@ class TimeZone
"Bucharest" => "Europe/Bucharest",
"Cairo" => "Africa/Cairo",
"Helsinki" => "Europe/Helsinki",
"Kyev" => "Europe/Kiev",
"Kyiv" => "Europe/Kiev",
"Riga" => "Europe/Riga",
"Sofia" => "Europe/Sofia",
"Tallinn" => "Europe/Tallinn",
Expand Down Expand Up @@ -336,7 +336,7 @@ def tzinfo
"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",
Expand Down

0 comments on commit 2e7409f

Please sign in to comment.