diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-01-19 20:08:15 -0600 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-01-19 20:08:15 -0600 |
commit | 231608325691be8e9e9f046897c12982da3c4eb3 (patch) | |
tree | 110232b286ea05b4adce9041c6bb9d0cb2cfa263 /config | |
parent | 48a3f2a8a2d6217c9938c3719fb752633de7c082 (diff) | |
download | nextcloud-server-231608325691be8e9e9f046897c12982da3c4eb3.tar.gz nextcloud-server-231608325691be8e9e9f046897c12982da3c4eb3.zip |
fix default value for logdateformat - fixes #3107
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 534af5a3a31..c6960ec320f 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -716,7 +716,7 @@ $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) + * Defaults to ``Y-m-d\TH:i:sO`` (ISO8601) - see \DateTime::ISO8601 */ 'logdateformat' => 'F d, Y H:i:s', |