Set swiss timezone.

This commit is contained in:
Giò 2024-04-19 09:17:52 +02:00
parent e679c0eaba
commit 1346704188

View File

@ -65,7 +65,7 @@ return [
|
*/
'timezone' => env('APP_TIMEZONE', 'UTC'),
'timezone' => env('APP_TIMEZONE', 'Europe/Zurich'),
/*
|--------------------------------------------------------------------------