1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Fix typo: RFC 3399 -> RFC 3339 in DateTimeInterface::ATOM (#5423)

The `DATE_ATOM` constant description incorrectly references "RFC 3399"
instead of "RFC 3339" (Date and Time on the Internet: Timestamps).
This commit is contained in:
KentarouTakeda
2026-03-18 03:01:09 +09:00
committed by GitHub
parent 8f51247cb4
commit a69d8c2c89

View File

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