diff --git a/inc/settings.php b/inc/settings.php index 22bfe7f..c88e5e1 100644 --- a/inc/settings.php +++ b/inc/settings.php @@ -92,6 +92,7 @@ final class Settings { $this->date_format = '%B %d, %Y, %H:%M'; // https://secure.php.net/manual/en/timezones.php + // Example: "Europe/London" $timezone = "UTC"; // Enable PHP error reporting.