From aaea72f30893fb8108cc435d0381924129666461 Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Wed, 3 Nov 2021 12:14:49 -0400 Subject: [PATCH] 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. --- reference/datetime/datetimeinterface/format.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/datetime/datetimeinterface/format.xml b/reference/datetime/datetimeinterface/format.xml index 3e3f11eb04..f84416c761 100644 --- a/reference/datetime/datetimeinterface/format.xml +++ b/reference/datetime/datetimeinterface/format.xml @@ -89,7 +89,7 @@ N - ISO-8601 numeric representation of the day of the week + ISO 8601 numeric representation of the day of the week 1 (for Monday) through 7 (for Sunday) @@ -117,7 +117,7 @@ W - ISO-8601 week number of year, weeks starting on Monday + ISO 8601 week number of year, weeks starting on Monday Example: 42 (the 42nd week in the year) @@ -162,7 +162,7 @@ o - ISO-8601 week-numbering year. This has the same value as + ISO 8601 week-numbering year. This has the same value as Y, except that if the ISO week number (W) belongs to the previous or next year, that year is used instead.