aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorGernot <g2011@brandyrox.com>2013-03-09 20:08:32 -0200
committerGernot <g2011@brandyrox.com>2013-03-09 20:08:32 -0200
commit0bfaa2cc9cfad62f63d8f5410bdf1745351d7546 (patch)
tree90649d3e7290d35b6f73ba693ba46e4347f72b81 /activesupport
parentb3a31e936363472e7f9bf08cdb0d894127fbd753 (diff)
downloadrails-0bfaa2cc9cfad62f63d8f5410bdf1745351d7546.tar.gz
rails-0bfaa2cc9cfad62f63d8f5410bdf1745351d7546.tar.bz2
rails-0bfaa2cc9cfad62f63d8f5410bdf1745351d7546.zip
included "Montevideo" in list of time zone aliases (closes Issue #9628)
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/values/time_zone.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/values/time_zone.rb b/activesupport/lib/active_support/values/time_zone.rb
index c5fbddcb5f..002f57f4bb 100644
--- a/activesupport/lib/active_support/values/time_zone.rb
+++ b/activesupport/lib/active_support/values/time_zone.rb
@@ -62,6 +62,7 @@ module ActiveSupport
"Newfoundland" => "America/St_Johns",
"Brasilia" => "America/Sao_Paulo",
"Buenos Aires" => "America/Argentina/Buenos_Aires",
+ "Montevideo" => "America/Montevideo",
"Georgetown" => "America/Guyana",
"Greenland" => "America/Godthab",
"Mid-Atlantic" => "Atlantic/South_Georgia",