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