From a13ea677ed61bb8f6cc162195b59d03068e884c2 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 23 Jan 2017 13:39:08 -0600 Subject: [PATCH] =?utf8?q?add=20comment=20about=20ISO=208601=20and=20PHP?= =?utf8?q?=20=F0=9F=99=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Morris Jobke --- config/config.sample.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index c6960ec320f..9a0c50425f2 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -716,7 +716,9 @@ $CONFIG = array( /** * This uses PHP.date formatting; see http://php.net/manual/en/function.date.php * - * Defaults to ``Y-m-d\TH:i:sO`` (ISO8601) - see \DateTime::ISO8601 + * Defaults to ``Y-m-d\TH:i:sP`` (ISO8601 but with colon between hours and + * minutes of the timezone) - see \DateTime::ISO8601 + * (https://secure.php.net/manual/en/class.datetime.php#datetime.constants.iso8601) */ 'logdateformat' => 'F d, Y H:i:s', -- 2.39.5