mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 07:39:23 -04:00
add comment about ISO 8601 and PHP 🙈
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
2316083256
commit
a13ea677ed
1 changed files with 3 additions and 1 deletions
|
|
@ -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',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue