From b924f87b904e9ddce3736a274a6608498f0c2276 Mon Sep 17 00:00:00 2001 From: ruan Date: Fri, 24 Apr 2020 08:45:57 +0200 Subject: [PATCH] Add timezone specification example --- inc/settings.php | 1 + 1 file changed, 1 insertion(+) 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.