Commit 3321256934fb54c59608799970726870a15178c8
1 parent
ed1503ef
Exists in
master
and in
1 other branch
change timezone to use utc
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/environment.rb
| ... | ... | @@ -11,7 +11,7 @@ Rails::Initializer.run do |config| |
| 11 | 11 | |
| 12 | 12 | #config.time_zone = 'Eastern Time (US & Canada)' |
| 13 | 13 | |
| 14 | - config.active_record.default_timezone = :local | |
| 14 | + config.active_record.default_timezone = :utc | |
| 15 | 15 | config.action_mailer.delivery_method = :smtp |
| 16 | 16 | #config.action_mailer.delivery_method = :sendmail |
| 17 | 17 | end | ... | ... |