We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e174e commit 30be409Copy full SHA for 30be409
config/application.rb
@@ -11,5 +11,7 @@ class Application < Rails::Application
11
# Settings in config/environments/* take precedence over those specified here.
12
# Application configuration should go into files in config/initializers
13
# -- all .rb files in that directory are automatically loaded.
14
+
15
+ config.time_zone = 'Europe/London'
16
end
-end
17
+end
0 commit comments