Change default timezone to UTC.

This commit is contained in:
Robin Ward 2014-10-27 11:31:09 -04:00
parent 9445000b58
commit ff5c4550fb

View File

@ -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"]