timezone support/config added, fixed #102

This commit is contained in:
Milos Stojanovic
2020-07-18 18:23:05 +02:00
parent 4f6b55675f
commit a2566561b3
4 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ return [
'public_path' => APP_PUBLIC_PATH,
'public_dir' => APP_PUBLIC_DIR,
'overwrite_on_upload' => false,
'timezone' => 'UTC', // https://www.php.net/manual/en/timezones.php
'frontend_config' => [
'app_name' => 'FileGator',