From e232230c14aee80d15ff01dbae54ccc8a5324a3c Mon Sep 17 00:00:00 2001 From: Marcus Derencius Date: Mon, 6 Oct 2008 16:12:30 -0300 Subject: [PATCH] Brasilia should be America/Sao_Paulo, not Buenos_Aires --- .../lib/active_support/values/time_zone.rb | 2 +- 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 a294dd0..4991f71 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", -- 1.6.0.1