Skip to content

Commit

Permalink
Merge pull request #771 from DFE-Digital/set-london-timezone
Browse files Browse the repository at this point in the history
Set timezone correctly
  • Loading branch information
felixclack authored Aug 8, 2024
2 parents 07fff2a + edf316a commit ec5c94e
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 ec5c94e

Please sign in to comment.