mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
DATE_ISO8601 is not compatible with ISO-8601 (fixes #70115)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337646 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4fd68bd86c
commit
b30b22b31c
1 changed files with 8 additions and 0 deletions
|
@ -153,6 +153,14 @@
|
|||
<simpara>
|
||||
ISO-8601 (example: 2005-08-15T15:52:01+0000)
|
||||
</simpara>
|
||||
<note>
|
||||
<simpara>
|
||||
This format is not compatible with ISO-8601, but is left this way for
|
||||
backward compatibility reasons. Use <constant>DateTime::ATOM</constant>
|
||||
or <constant>DATE_ATOM</constant> for compatibility with ISO-8601
|
||||
instead.
|
||||
</simpara>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue