mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Add timezone specification example
This commit is contained in:
parent
01bc9a9212
commit
b924f87b90
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user