Skip to content

Commit 4e0e7eb

Browse files
committed
Remove obsolete timezone config
1 parent 2a2aa52 commit 4e0e7eb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config/application.rb

-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ class Application < Rails::Application
2828
# -- all .rb files in that directory are automatically loaded after loading
2929
# the framework and any gems in your application.
3030

31-
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
32-
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
33-
config.time_zone = "London"
34-
3531
# Custom directories with classes and modules you want to be autoloadable.
3632
config.autoload_paths += %W[#{config.root}/lib]
3733

0 commit comments

Comments
 (0)