From 3321256934fb54c59608799970726870a15178c8 Mon Sep 17 00:00:00 2001 From: Luke Baker Date: Tue, 13 Mar 2012 11:47:14 -0400 Subject: [PATCH] change timezone to use utc --- config/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.rb b/config/environment.rb index 5711fbc..bbcd4c8 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -11,7 +11,7 @@ Rails::Initializer.run do |config| #config.time_zone = 'Eastern Time (US & Canada)' - config.active_record.default_timezone = :local + config.active_record.default_timezone = :utc config.action_mailer.delivery_method = :smtp #config.action_mailer.delivery_method = :sendmail end -- libgit2 0.21.2