diff --git a/framework/core/src/Foundation/InstalledSite.php b/framework/core/src/Foundation/InstalledSite.php index 25d712e63..790066a7c 100644 --- a/framework/core/src/Foundation/InstalledSite.php +++ b/framework/core/src/Foundation/InstalledSite.php @@ -159,6 +159,9 @@ class InstalledSite implements SiteInterface protected function getIlluminateConfig() { return new ConfigRepository([ + 'app' => [ + 'timezone' => 'UTC' + ], 'view' => [ 'paths' => [], 'compiled' => $this->paths->storage.'/views',