mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Bug fix for Date Format.
The minutes in the Date were off. So I fixed them.
This commit is contained in:
parent
ea86a211f1
commit
2dfa355cbd
@ -62,7 +62,7 @@ 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, %H:%I %p';
|
||||
$this->date_format = '%B %d, %Y, %T %p';
|
||||
date_default_timezone_set("UTC");
|
||||
|
||||
// Enable PHP error reporting.
|
||||
|
Loading…
x
Reference in New Issue
Block a user