From 394d6529b92ef22dc23b3c2d3b94ef293bb58a1c Mon Sep 17 00:00:00 2001 From: Reuben Sivan Date: Wed, 28 Jan 2009 17:59:39 -0500 Subject: [PATCH] time_zone data corrections for Buenos Aires and Gerogetown --- .../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 836f469..318d580 100644 --- a/activesupport/lib/active_support/values/time_zone.rb +++ b/activesupport/lib/active_support/values/time_zone.rb @@ -52,8 +52,8 @@ module ActiveSupport "Santiago" => "America/Santiago", "Newfoundland" => "America/St_Johns", "Brasilia" => "America/Sao_Paulo", - "Buenos Aires" => "America/Argentina/Buenos_Aires", - "Georgetown" => "America/Argentina/San_Juan", + "Buenos Aires" => "America/Buenos_Aires", + "Georgetown" => "America/Puerto_Rico", "Greenland" => "America/Godthab", "Mid-Atlantic" => "Atlantic/South_Georgia", "Azores" => "Atlantic/Azores", -- 1.6.0.6