diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-30 16:46:36 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-30 16:46:36 +0200 |
commit | 59c25eb2151a95c9f23310274e14fd2f55a64724 (patch) | |
tree | 50633366943319a02cc4d04802411cc7db6526b7 /config/application.rb | |
parent | 8431db3326b77eab21d11ce3f4eab2636a032c07 (diff) | |
parent | 3dbe0810f503ae51fc5e9310d753278c5b645b11 (diff) | |
download | gitlab-ce-59c25eb2151a95c9f23310274e14fd2f55a64724.tar.gz |
Merge pull request #8122 from bbodenmiller/cleanup-time-zone
cleanup time zone settings
Diffstat (limited to 'config/application.rb')
-rw-r--r-- | config/application.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/application.rb b/config/application.rb index 0484e786890..44a5d68d126 100644 --- a/config/application.rb +++ b/config/application.rb @@ -22,11 +22,6 @@ module Gitlab # :all can be used as a placeholder for all plugins not explicitly named. # config.plugins = [ :exception_notification, :ssl_requirement, :all ] - # 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. - # NOTE: Please prefer set time zone on config/gitlab.yml configuration file. - # 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] # config.i18n.default_locale = :de |