Skip to content

Commit

Permalink
Remove obsolete timezone config
Browse files Browse the repository at this point in the history
  • Loading branch information
beccapearce committed Jul 30, 2024
1 parent ac3f806 commit cc43897
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 @@ -39,7 +39,5 @@ class Application < Rails::Application

# Use temporary directory for page cache if filesystem is read-only
config.action_controller.page_cache_directory = File.join(ENV["TMPDIR"], "page_cache") if ENV.fetch("USE_TMPDIR_PAGE_CACHE", "false") == "true"

config.time_zone = "London"
end
end

0 comments on commit cc43897

Please sign in to comment.