mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Fix date format causing issues under Windows
This commit is contained in:
parent
4c61258013
commit
a16e29016d
@ -61,8 +61,8 @@ final class Settings {
|
||||
|
||||
// The date format can be changed here.
|
||||
// https://secure.php.net/manual/en/function.strftime.php
|
||||
// Example of default: July 2, 2015, 9:19 PM
|
||||
$this->date_format = '%B %d, %Y, %l:%M %p';
|
||||
// Examples of default: July 2, 2015, 09:19; August 4, 2016, 18:37
|
||||
$this->date_format = '%B %d, %Y, %I:%M';
|
||||
date_default_timezone_set("UTC");
|
||||
|
||||
// Enable PHP error reporting.
|
||||
|
Loading…
x
Reference in New Issue
Block a user