From 2545de64706cf5129836561896a0932fc23bc95f Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 17 Dec 2010 16:44:57 -0800 Subject: [PATCH] Revert "i can haz right timezone?" This reverts commit 6d233e5eed74eb2b439a6af5de529c98e0a6e34d. --- config/application.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/application.rb b/config/application.rb index 30457d6f1..3772825d5 100644 --- a/config/application.rb +++ b/config/application.rb @@ -33,8 +33,7 @@ module Diaspora # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - config.time_zone = 'Pacific Time (US & Canada)' - + # config.time_zone = 'Central Time (US & Canada)' # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]