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:
Shaun McDonald 2008-11-17 19:11:54 +00:00
parent a90be5e69a
commit 1818679416

View file

@ -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