Skip to content

Commit a69d8c2

Browse files
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).
1 parent 8f51247 commit a69d8c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference/datetime/datetimeinterface.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<term><constant>DATE_ATOM</constant></term>
159159
<listitem>
160160
<simpara>
161-
Atom (example: 2005-08-15T15:52:01+00:00); compatible with ISO-8601, RFC 3399, and XML Schema
161+
Atom (example: 2005-08-15T15:52:01+00:00); compatible with ISO-8601, RFC 3339, and XML Schema
162162
</simpara>
163163
</listitem>
164164
</varlistentry>

0 commit comments

Comments
 (0)