From ff5c4550fb913ba0aab24cc8c4f2710cb4d8cedf Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Mon, 27 Oct 2014 11:31:09 -0400 Subject: [PATCH] Change default timezone to UTC. --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index a73266698..3e0010aef 100644 --- a/config/application.rb +++ b/config/application.rb @@ -80,7 +80,7 @@ module Discourse # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. - config.time_zone = 'Eastern Time (US & Canada)' + config.time_zone = 'UTC' # auto-load server locale in plugins config.i18n.load_path += Dir["#{Rails.root}/plugins/*/config/locales/server.*.yml"]