From 9a539da8fd34c7e7a5f0b6e8b4af33cba1466583 Mon Sep 17 00:00:00 2001 From: Alex Justesen Date: Fri, 7 Jun 2024 08:59:06 -0400 Subject: [PATCH] default display timezone to utc --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 22c367de0..acf287984 100644 --- a/config/app.php +++ b/config/app.php @@ -8,7 +8,7 @@ 'datetime_format' => env('DATETIME_FORMAT', 'M. jS, Y g:ia'), - 'display_timezone' => env('DISPLAY_TIMEZONE'), + 'display_timezone' => env('DISPLAY_TIMEZONE', 'UTC'), 'force_https' => env('FORCE_HTTPS', false),