Project

General

Profile

default timezone

Added by Zdravko Balorda about 8 years ago

In application.rb it is set:
config.active_record.default_timezone = :local

Which :local is this: user local from user settings or system time zone?
I read somewhere the recommended settings are:

config.active_record.default_timezone = :utc
config.time_zone = 'Central Time (US & Canada)' #or whereever the server is located (server time zone)

Is this a redmine preference?
Regards, Zdravko