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

Update ISO 8601 text

Use _ISO 8601_, instead of _ISO-8601_, for consistency and alignment with https://www.iso.org/iso-8601-date-and-time-format.html

Closes GH-1060.
This commit is contained in:
Matt Thomas
2021-11-03 12:14:49 -04:00
committed by GitHub
parent 6fe1fd690a
commit aaea72f308

View File

@@ -89,7 +89,7 @@
</row>
<row>
<entry><literal>N</literal></entry>
<entry>ISO-8601 numeric representation of the day of the week</entry>
<entry>ISO 8601 numeric representation of the day of the week</entry>
<entry><literal>1</literal> (for Monday) through <literal>7</literal> (for Sunday)</entry>
</row>
<row>
@@ -117,7 +117,7 @@
</row>
<row>
<entry><literal>W</literal></entry>
<entry>ISO-8601 week number of year, weeks starting on Monday</entry>
<entry>ISO 8601 week number of year, weeks starting on Monday</entry>
<entry>Example: <literal>42</literal> (the 42nd week in the year)</entry>
</row>
<row>
@@ -162,7 +162,7 @@
</row>
<row>
<entry><literal>o</literal></entry>
<entry>ISO-8601 week-numbering year. This has the same value as
<entry>ISO 8601 week-numbering year. This has the same value as
<literal>Y</literal>, except that if the ISO week number
(<literal>W</literal>) belongs to the previous or next year, that year
is used instead.</entry>