diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-10-21 13:36:09 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-10-21 13:36:09 -0700 |
commit | 3dbe0810f503ae51fc5e9310d753278c5b645b11 (patch) | |
tree | 5f06525fde990c59205afd332c6dc4a4c4adfa52 /config | |
parent | 47064ea55cf82ee4e38b616348243a53fae12ce2 (diff) | |
download | gitlab-ce-3dbe0810f503ae51fc5e9310d753278c5b645b11.tar.gz |
cleanup time zone settings
time zone settings moved to gitlab.yml in https://github.com/gitlabhq/gitlabhq/pull/8015
Diffstat (limited to 'config')
-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 85c83f74a95..e8841e6be42 100644 --- a/config/application.rb +++ b/config/application.rb @@ -23,11 +23,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 |