Essai de correction de time zone

This commit is contained in:
echarp 2014-08-18 18:33:56 +02:00
parent bbf69b2608
commit 709d8bb0d9
2 changed files with 0 additions and 6 deletions

View File

@ -1,6 +1,3 @@
-# Seems necessary, for the time being, to ensure calendar is changing days correctly
- Time.zone = 'Paris'
= render '/regions/selector'
= render '/lugs/search'

View File

@ -19,9 +19,6 @@ module AgendaDuLibreRails
# Run "rake -D time" for a list of tasks for finding time zone names.
# Default is UTC.
# config.time_zone = 'Central Time (US & Canada)'
# 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
# config/locales/*.rb,yml are auto loaded.