Преглед на файлове

Sets timezone to EST

UTC times in database would be better, unfortunately old PCRT did not do that and I need this to be compatible with old database.
Christopher Leggett преди 5 години
родител
ревизия
4cd4f20e74
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      config/app.php

+ 1 - 1
config/app.php

@@ -67,7 +67,7 @@ return [
     |
     */
 
-    'timezone' => 'UTC',
+    'timezone' => 'America/New_York',
 
     /*
     |--------------------------------------------------------------------------