Fix tijdzone

This commit is contained in:
2020-01-31 22:43:21 +01:00
parent 56dbd0a26a
commit 433c9e7a77
2 changed files with 11 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ return [
|
*/
'timezone' => 'UTC',
'timezone' => 'Europe/Amsterdam',
/*
|--------------------------------------------------------------------------
@@ -77,7 +77,7 @@ return [
|
*/
'locale' => 'en',
'locale' => 'nl',
/*
|--------------------------------------------------------------------------