Config: setup Paris time_zone
This commit is contained in:
parent
ee0a6b1913
commit
5aee0e7d40
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module TPS
|
|||
|
||||
# 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.
|
||||
# config.time_zone = 'Central Time (US & Canada)'
|
||||
config.time_zone = 'Paris'
|
||||
|
||||
# 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]
|
||||
|
|
Loading…
Reference in a new issue