Use %R which is %H:%M rather than %H:%M:%S

This commit is contained in:
ruan 2016-03-27 19:54:04 +02:00
parent e5eda0345c
commit 8ab18fd0f8

View File

@ -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, %T %p';
$this->date_format = '%B %d, %Y, %R %p';
date_default_timezone_set("UTC");
// Enable PHP error reporting.