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 b87a9f1 commit fefd7c5Copy full SHA for fefd7c5
spec/dummy/config/application.rb
@@ -26,6 +26,8 @@ class Application < Rails::Application
26
config.load_defaults ENV["RAILS_VERSION"] || 8.0
27
end
28
29
+ config.time_zone = "Berlin"
30
+
31
# Settings in config/environments/* take precedence over those specified here.
32
# Application configuration can go into files in config/initializers
33
# -- all .rb files in that directory are automatically loaded after loading
0 commit comments