From 29d992efd0c12d4fba8657fa511301bc0f02031b Mon Sep 17 00:00:00 2001 From: miloops Date: Thu, 13 Nov 2008 09:45:39 -0300 Subject: [PATCH] TimeZone: Buenos Aires GMT offset changed to -2:00 --- .../lib/active_support/values/time_zone.rb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/activesupport/lib/active_support/values/time_zone.rb b/activesupport/lib/active_support/values/time_zone.rb index 335d75d..9bb017a 100644 --- a/activesupport/lib/active_support/values/time_zone.rb +++ b/activesupport/lib/active_support/values/time_zone.rb @@ -307,8 +307,8 @@ module ActiveSupport [-16_200, "Caracas" ], [-14_400, "Atlantic Time (Canada)", "La Paz", "Santiago" ], [-12_600, "Newfoundland" ], - [-10_800, "Brasilia", "Buenos Aires", "Georgetown", "Greenland" ], - [ -7_200, "Mid-Atlantic" ], + [-10_800, "Brasilia", "Georgetown", "Greenland" ], + [ -7_200, "Buenos Aires", "Mid-Atlantic" ], [ -3_600, "Azores", "Cape Verde Is." ], [ 0, "Dublin", "Edinburgh", "Lisbon", "London", "Casablanca", "Monrovia", "UTC" ], -- 1.5.5.1