From 36914cf80bc28b797024d07b969c55feefb6ed87 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 2 Feb 2017 03:35:20 +0100 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index da8e9f83e..e6d92fb8b 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -840,9 +840,8 @@ Defaults to an empty array. This uses PHP.date formatting; see http://php.net/manual/en/function.date.php -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) +Defaults to ISO 8601 ``2005-08-15T15:52:01+00:00`` - see \DateTime::ATOM +(https://secure.php.net/manual/en/class.datetime.php#datetime.constants.atom) ::