Essai de correction de time zone

This commit is contained in:
echarp 2014-08-18 18:31:35 +02:00
parent 0a2d929b95
commit bbf69b2608
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@ module AgendaDuLibreRails
# Run "rake -D time" for a list of tasks for finding time zone names. # Run "rake -D time" for a list of tasks for finding time zone names.
# Default is UTC. # Default is UTC.
# config.time_zone = 'Central Time (US & Canada)' # config.time_zone = 'Central Time (US & Canada)'
config.time_zone = 'Paris' # This parameter is required, or it will be overridden by events/show.haml
# where Time.zone = 'Paris'
config.time_zone = 'UTC'
# The default locale is :en and all translations from # The default locale is :en and all translations from
# config/locales/*.rb,yml are auto loaded. # config/locales/*.rb,yml are auto loaded.