Skip to content

Commit

Permalink
Use config.govuk_time_zone
Browse files Browse the repository at this point in the history
govuk_app_config insists on this now.

We could remove this config, as London is already the default, but
Guido says explicit is better than implicit.
  • Loading branch information
richardTowers committed Aug 2, 2024
1 parent fe1e374 commit 2f4c8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
module SearchApiV2
class Application < Rails::Application
config.load_defaults 7.0
config.time_zone = "London"
config.govuk_time_zone = "London"
config.api_only = true

# Google Discovery Engine configuration
Expand Down

0 comments on commit 2f4c8d0

Please sign in to comment.