UTC times in database would be better, unfortunately old PCRT did not do that and I need this to be compatible with old database.
@@ -67,7 +67,7 @@ return [
|
*/
- 'timezone' => 'UTC',
+ 'timezone' => 'America/New_York',
/*
|--------------------------------------------------------------------------