aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/values
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-10-17 23:43:26 +0200
committerPratik Naik <pratiknaik@gmail.com>2008-10-17 23:43:26 +0200
commit18e7bf28655cfd9253239963256609edb9fa5a53 (patch)
treed63f9bd00f4b284710a20aed095506e93318e2fb /activesupport/lib/active_support/values
parent5384ba3081745ea44481750e6471e4dcaa8d1a93 (diff)
downloadrails-18e7bf28655cfd9253239963256609edb9fa5a53.tar.gz
rails-18e7bf28655cfd9253239963256609edb9fa5a53.tar.bz2
rails-18e7bf28655cfd9253239963256609edb9fa5a53.zip
Fix Brasilia timezone. [#1180 state:resolved]
Diffstat (limited to 'activesupport/lib/active_support/values')
-rw-r--r--activesupport/lib/active_support/values/time_zone.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/values/time_zone.rb b/activesupport/lib/active_support/values/time_zone.rb
index a294dd0ba3..4991f71683 100644
--- a/activesupport/lib/active_support/values/time_zone.rb
+++ b/activesupport/lib/active_support/values/time_zone.rb
@@ -51,7 +51,7 @@ module ActiveSupport
"La Paz" => "America/La_Paz",
"Santiago" => "America/Santiago",
"Newfoundland" => "America/St_Johns",
- "Brasilia" => "America/Argentina/Buenos_Aires",
+ "Brasilia" => "America/Sao_Paulo",
"Buenos Aires" => "America/Argentina/Buenos_Aires",
"Georgetown" => "America/Argentina/San_Juan",
"Greenland" => "America/Godthab",