diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb index 716659decd0446789bab8b31981095e9e3470ef8..f8b95505cf3e7b2513f2797cec1d57ede907a193 100644 --- a/railties/environments/environment.rb +++ b/railties/environments/environment.rb @@ -26,6 +26,9 @@ # (remember to create the caching directory and make it readable to the application) # config.action_controller.fragment_cache_store = :file_store, "#{RAILS_ROOT}/cache" + # Make Active Record use UTC-base instead of local time + # config.active_record.default_timezone = :utc + # See Rails::Configuration for more options end