diff options
author | Sullivan SENECHAL <soullivaneuh@gmail.com> | 2014-10-11 13:10:41 +0200 |
---|---|---|
committer | Sullivan SENECHAL <soullivaneuh@gmail.com> | 2014-10-21 11:27:16 +0200 |
commit | 593a287c8d0cfcc22ca2db35dc9a72140e296c2e (patch) | |
tree | 07dc8096f2f1e5970fe2490e851fc28c80015ebb /config/application.rb | |
parent | ee068e76f334040fee7f328c67832489dd0de51a (diff) | |
download | gitlab-ce-593a287c8d0cfcc22ca2db35dc9a72140e296c2e.tar.gz |
Add timezone configuration to gitlab.yml
Diffstat (limited to 'config/application.rb')
-rw-r--r-- | config/application.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb index e36df913d0b..85c83f74a95 100644 --- a/config/application.rb +++ b/config/application.rb @@ -25,6 +25,7 @@ module Gitlab # 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. |