Essai de correction de time zone
This commit is contained in:
parent
bbf69b2608
commit
709d8bb0d9
@ -1,6 +1,3 @@
|
|||||||
-# Seems necessary, for the time being, to ensure calendar is changing days correctly
|
|
||||||
- Time.zone = 'Paris'
|
|
||||||
|
|
||||||
= render '/regions/selector'
|
= render '/regions/selector'
|
||||||
= render '/lugs/search'
|
= render '/lugs/search'
|
||||||
|
|
||||||
|
@ -19,9 +19,6 @@ 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)'
|
||||||
# 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user