Make sure UTC is always used internally (#713)

* force app timezone to be UTC

* remove asDateTime overwrite

* add custom column to display dates in user timezone

* use `APP_TIMEZONE` as default timezone for new users

* revert accidental pinting
This commit is contained in:
Boy132
2024-11-15 20:41:33 +01:00
committed by GitHub
parent 408897cfcf
commit 54039e25a4
7 changed files with 27 additions and 44 deletions

View File

@@ -7,6 +7,8 @@ return [
'version' => 'canary',
'timezone' => 'UTC',
'exceptions' => [
'report_all' => env('APP_REPORT_ALL_EXCEPTIONS', false),
],