From 57af3547a14a46a095295264f475a26b53c33d39 Mon Sep 17 00:00:00 2001 From: Kevin Chang Date: Wed, 16 Mar 2016 23:12:44 -0400 Subject: [PATCH] Better message for time and update time zone to California --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 98b54f2..98f5a2c 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -87,6 +87,6 @@ # Do not dump schema after migrations. config.active_record.dump_schema_after_migration = false - config.time_zone = 'Central Time (US & Canada)' + config.time_zone = "Pacific Time (US & Canada)" config.assets.precompile << /\.(?:svg|eot|woff|ttf)\z/ end