diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-01-23 13:39:08 -0600 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-01-23 13:39:08 -0600 |
commit | a13ea677ed61bb8f6cc162195b59d03068e884c2 (patch) | |
tree | a35d2a097f9a5f7dfd2cdea0d19230f0fcf619e5 /config | |
parent | 231608325691be8e9e9f046897c12982da3c4eb3 (diff) | |
download | nextcloud-server-a13ea677ed61bb8f6cc162195b59d03068e884c2.tar.gz nextcloud-server-a13ea677ed61bb8f6cc162195b59d03068e884c2.zip |
add comment about ISO 8601 and PHP 🙈
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 4 |
1 files changed, 3 insertions, 1 deletions
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', |