Commit a0100454e7af73c02488e7b6c895a61f358b6095
1 parent
09e673c6
Exists in
master
and in
1 other branch
Timezone fix
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
config/environment.rb
@@ -9,7 +9,7 @@ require File.join(File.dirname(__FILE__), 'boot') | @@ -9,7 +9,7 @@ require File.join(File.dirname(__FILE__), 'boot') | ||
9 | Rails::Initializer.run do |config| | 9 | Rails::Initializer.run do |config| |
10 | # Settings in config/environments/* take precedence over those specified here. | 10 | # Settings in config/environments/* take precedence over those specified here. |
11 | 11 | ||
12 | - config.time_zone = 'UTC' | 12 | + config.time_zone = 'Eastern Time (US & Canada)' |
13 | 13 | ||
14 | #config.action_mailer.delivery_method = :smtp | 14 | #config.action_mailer.delivery_method = :smtp |
15 | config.action_mailer.delivery_method = :sendmail | 15 | config.action_mailer.delivery_method = :sendmail |
config/initializers/mail.rb
@@ -14,5 +14,5 @@ ActionMailer::Base.smtp_settings = { | @@ -14,5 +14,5 @@ ActionMailer::Base.smtp_settings = { | ||
14 | } | 14 | } |
15 | 15 | ||
16 | DO_NOT_REPLY = "donotreply@example.com" | 16 | DO_NOT_REPLY = "donotreply@example.com" |
17 | -CRON_EMAIL = "cron@allourideas.org" #Change to ENV | ||
18 | -ERRORS_EMAIL = "errors@allourideas.org" #Change to ENV | 17 | +CRON_EMAIL = "cron@allourideas.org" |
18 | +ERRORS_EMAIL = "errors@allourideas.org" |