mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Set config.active_support.to_time_preserves_timezone to :zone to preserve the receiver timezone and to fix the deprecation warning (#43231).
git-svn-id: https://svn.redmine.org/redmine/trunk@24052 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
7d8aa8bcdf
commit
950f710a70
@ -32,6 +32,7 @@ module RedmineApp
|
||||
|
||||
config.active_support.remove_deprecated_time_with_zone_name = true
|
||||
config.active_support.cache_format_version = 7.0
|
||||
config.active_support.to_time_preserves_timezone = :zone
|
||||
|
||||
config.active_record.store_full_sti_class = true
|
||||
config.active_record.default_timezone = :local
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user