summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/environment.rb2
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}')]