]> git.openstreetmap.org Git - rails.git/commitdiff
Make the dates and times that the server deals with UTC. This is probably required...
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Mon, 17 Nov 2008 19:11:54 +0000 (19:11 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Mon, 17 Nov 2008 19:11:54 +0000 (19:11 +0000)
config/environment.rb

index d2ab58ce422b1405ef63a0f44683710f1a68ef80..2e5da44e317af0b14397b6592a89de9222b29eeb 100644 (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