From 6af1b8af7b17896ef307536fd0729de893c37d39 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 3 Nov 2021 12:11:43 +0000 Subject: [PATCH] Set time zone as per Gov UK recommendations --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index 45edf3531..62eda1120 100644 --- a/config/application.rb +++ b/config/application.rb @@ -29,7 +29,7 @@ module DataCollector # These settings can be overridden in specific environments using the files # in config/environments, which are processed later. # - # config.time_zone = "Central Time (US & Canada)" + config.time_zone = "London" # config.eager_load_paths << Rails.root.join("extras") # Don't generate system test files.