]> git.localhorst.tv Git - alttp.git/blobdiff - config/database.php
fix database timezone
[alttp.git] / config / database.php
index 0faebaee82e2e5cdeca11e854732ce8b90ee713c..a61db88a8a742acd527b4c824ee835ff58f31414 100644 (file)
@@ -57,6 +57,7 @@ return [
             'prefix' => '',
             'prefix_indexes' => true,
             'strict' => true,
+                       'timezone' => '+00:00',
             'engine' => null,
             'options' => extension_loaded('pdo_mysql') ? array_filter([
                 PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),