We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466bc72 commit 1a3d6f4Copy full SHA for 1a3d6f4
config/application.rb
@@ -17,6 +17,7 @@ class Application < Rails::Application
17
Rails.autoloaders.main.ignore(Rails.root.join('app/**/*'))
18
19
config.active_support.cache_format_version = 7.0
20
+ config.active_support.to_time_preserves_timezone = :zone
21
22
config.generators do |g|
23
g.orm false
0 commit comments