From 4dc546f89a7fa36c03fc5eb7fb1c9018a4142d66 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Fri, 28 Feb 2025 18:20:08 +0000 Subject: [PATCH] Add `display_timezone` option to config --- config/system.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/system.php b/config/system.php index fc04ee4b02..9a80cfb9ae 100644 --- a/config/system.php +++ b/config/system.php @@ -74,6 +74,20 @@ 'date_format' => 'F jS, Y', + /* + |-------------------------------------------------------------------------- + | Timezone + |-------------------------------------------------------------------------- + | + | Statamic will use this timezone when displaying dates on the front-end. + | You can use any timezone supported by PHP. + | + | https://www.php.net/manual/en/timezones.php + | + */ + + 'display_timezone' => 'UTC', + /* |-------------------------------------------------------------------------- | Default Character Set