Make the dates and times that the server deals with UTC. This is probably required for changeset, as they could auto close instantly when the clocks go forward by one hour.
This commit is contained in:
parent
a90be5e69a
commit
1818679416
1 changed files with 1 additions and 1 deletions
|
@ -91,5 +91,5 @@ Rails::Initializer.run do |config|
|
|||
# config.active_record.observers = :cacher, :garbage_collector
|
||||
|
||||
# Make Active Record use UTC-base instead of local time
|
||||
# config.active_record.default_timezone = :utc
|
||||
config.active_record.default_timezone = :utc
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue