mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-15 21:48:08 +03:00
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:
@@ -7,6 +7,8 @@ return [
|
||||
|
||||
'version' => 'canary',
|
||||
|
||||
'timezone' => 'UTC',
|
||||
|
||||
'exceptions' => [
|
||||
'report_all' => env('APP_REPORT_ALL_EXCEPTIONS', false),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user