diff options
author | Gernot <g2011@brandyrox.com> | 2013-03-09 20:08:32 -0200 |
---|---|---|
committer | Gernot <g2011@brandyrox.com> | 2013-03-09 20:08:32 -0200 |
commit | 0bfaa2cc9cfad62f63d8f5410bdf1745351d7546 (patch) | |
tree | 90649d3e7290d35b6f73ba693ba46e4347f72b81 /activesupport/lib/active_support/values | |
parent | b3a31e936363472e7f9bf08cdb0d894127fbd753 (diff) | |
download | rails-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/lib/active_support/values')
-rw-r--r-- | activesupport/lib/active_support/values/time_zone.rb | 1 |
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", |