Skip to content

Commit

Permalink
Set timezone correctly
Browse files Browse the repository at this point in the history
We want to ensure the app uses BST correctly, so we need to ensure it
uses London as the time zone.
  • Loading branch information
felixclack committed Aug 8, 2024
1 parent 0609483 commit edf316a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Application < Rails::Application
#
# config.time_zone = "Central Time (US & Canada)"
# config.eager_load_paths << Rails.root.join("extras")
config.time_zone = "London"

config.assets.paths << Rails.root.join("node_modules/govuk-frontend/dist/govuk/assets/images")
config.assets.paths << Rails.root.join("node_modules/govuk-frontend/dist/govuk/assets/fonts")
Expand Down

0 comments on commit edf316a

Please sign in to comment.