소스 검색

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',
 
     /*
     |--------------------------------------------------------------------------