Skip to content

Commit

Permalink
Add display_timezone option to config
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Feb 28, 2025
1 parent b99c96d commit 4dc546f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/system.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dc546f

Please sign in to comment.