Browse Source

Set time zone as per Gov UK recommendations

pull/75/head
baarkerlounger 4 years ago
parent
commit
6af1b8af7b
  1. 2
      config/application.rb

2
config/application.rb

@ -29,7 +29,7 @@ module DataCollector
# These settings can be overridden in specific environments using the files # These settings can be overridden in specific environments using the files
# in config/environments, which are processed later. # 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") # config.eager_load_paths << Rails.root.join("extras")
# Don't generate system test files. # Don't generate system test files.

Loading…
Cancel
Save