Skip to content

Commit

Permalink
Fix Sri Jayawardenepura time zone to map to Asia/Colombo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Sep 10, 2008
1 parent c19c0e7 commit 5bbca48
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*

* Fixed Sri Jayawardenepura time zone to map to Asia/Colombo [Jamis Buck]

* Added Inflector#parameterize for easy slug generation ("Donald E. Knuth".parameterize => "donald-e-knuth") #713 [Matt Darby]

* Changed cache benchmarking to be reported in milliseconds [DHH]
Expand Down
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/values/time_zone.rb
Expand Up @@ -124,7 +124,7 @@ class TimeZone
"Kathmandu" => "Asia/Katmandu",
"Astana" => "Asia/Dhaka",
"Dhaka" => "Asia/Dhaka",
"Sri Jayawardenepura" => "Asia/Dhaka",
"Sri Jayawardenepura" => "Asia/Colombo",
"Almaty" => "Asia/Almaty",
"Novosibirsk" => "Asia/Novosibirsk",
"Rangoon" => "Asia/Rangoon",
Expand Down

0 comments on commit 5bbca48

Please sign in to comment.