Config: setup Paris time_zone

This commit is contained in:
simon lehericey 2018-10-25 15:32:48 +02:00
parent ee0a6b1913
commit 5aee0e7d40

View file

@ -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]