1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-24 15:52:15 +01:00

DATE_ATOM: refer to RFC 3339, not 3399 (#5393)

Fixes #5386
This commit is contained in:
Daniel Scherzer
2026-03-02 11:36:42 -08:00
committed by GitHub
parent 1d1aad45d5
commit b53f03f249

View File

@@ -68,7 +68,7 @@
</term>
<listitem>
<simpara>
Atom (example: <literal>2005-08-15T15:52:01+00:00</literal>); compatible with ISO-8601, RFC 3399, and XML Schema
Atom (example: <literal>2005-08-15T15:52:01+00:00</literal>); compatible with ISO-8601, RFC 3339, and XML Schema
</simpara>
</listitem>
</varlistentry>