From 8228443e37016c5c3686b6352c96f8270cb4a245 Mon Sep 17 00:00:00 2001 From: hukl Date: Wed, 18 Mar 2009 22:23:21 +0100 Subject: configure proper time zone --- config/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.rb b/config/environment.rb index 20b38b6..f3ec208 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -40,7 +40,7 @@ Rails::Initializer.run do |config| # 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. - config.time_zone = 'UTC' + config.time_zone = 'Berlin' # 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}')] -- cgit v1.3