Skip to content

Commit

Permalink
Remove time zone preservation
Browse files Browse the repository at this point in the history
This was introduced in the rails 8.0 upgrade because of deprecation
warnings. Without the new default file we no longer get the warnings
so i've removed the line from the application config.
  • Loading branch information
JonathanHallam committed Jan 16, 2025
1 parent 80fce2e commit 9229aa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,5 @@ class Application < Rails::Application

# Don't generate system test files.
config.generators.system_tests = nil

Rails.application.config.active_support.to_time_preserves_timezone = :zone
end
end

0 comments on commit 9229aa2

Please sign in to comment.