Skip to content

Commit 30be409

Browse files
committed
Tell Rails to use 'Europe/London' time (GMT/BST)
1 parent b3e174e commit 30be409

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/application.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ class Application < Rails::Application
1111
# Settings in config/environments/* take precedence over those specified here.
1212
# Application configuration should go into files in config/initializers
1313
# -- all .rb files in that directory are automatically loaded.
14+
15+
config.time_zone = 'Europe/London'
1416
end
15-
end
17+
end

0 commit comments

Comments
 (0)