Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
4cd4f20e74
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      config/app.php

+ 1 - 1
config/app.php

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