diff options
| author | hukl <contact@smyck.org> | 2009-03-18 22:23:21 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-18 22:23:21 +0100 |
| commit | 8228443e37016c5c3686b6352c96f8270cb4a245 (patch) | |
| tree | 241b00267b7bd4e70729d7e617daeccf126785e9 | |
| parent | 507ddaf633cb2eda670667929af6f46f6063bc5c (diff) | |
configure proper time zone
| -rw-r--r-- | config/environment.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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| | |||
| 40 | 40 | ||
| 41 | # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. | 41 | # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. |
| 42 | # Run "rake -D time" for a list of tasks for finding time zone names. | 42 | # Run "rake -D time" for a list of tasks for finding time zone names. |
| 43 | config.time_zone = 'UTC' | 43 | config.time_zone = 'Berlin' |
| 44 | 44 | ||
| 45 | # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. | 45 | # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. |
| 46 | # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}')] | 46 | # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}')] |
