diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-01-30 16:52:30 -0600 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-01-30 16:52:30 -0600 |
commit | 2a6006b9275d0c968deff371768b3e21856c5b38 (patch) | |
tree | 3085afbbf42dc9ea7fd041bb4a7238def190a1b4 | |
parent | 0a837ac64eae0a20449d4c00ed07500903728de3 (diff) | |
download | nextcloud-server-2a6006b9275d0c968deff371768b3e21856c5b38.tar.gz nextcloud-server-2a6006b9275d0c968deff371768b3e21856c5b38.zip |
Fix config.sample.php
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
-rw-r--r-- | config/config.sample.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index a9ab67374f8..3d1829e17e6 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -716,9 +716,8 @@ $CONFIG = 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) */ 'logdateformat' => 'F d, Y H:i:s', |