Add timezone specification example

This commit is contained in:
ruan 2020-04-24 08:45:57 +02:00
parent 01bc9a9212
commit b924f87b90

View File

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