From 8ab18fd0f8ea06176807560bed1d37903292ea80 Mon Sep 17 00:00:00 2001 From: ruan Date: Sun, 27 Mar 2016 19:54:04 +0200 Subject: [PATCH] Use %R which is %H:%M rather than %H:%M:%S --- inc/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/settings.php b/inc/settings.php index 7002aae..7fa55b8 100644 --- a/inc/settings.php +++ b/inc/settings.php @@ -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.