Skip to content

Commit f519ea4

Browse files
authored
[intro.refs, time.format] Update references from ISO 8601:2004 to ISO 8601-1:2019 (#6720)
1 parent 5995b52 commit f519ea4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

source/intro.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
\begin{itemize}
3535
% ISO documents in numerical order.
3636
\item ISO/IEC 2382, \doccite{Information technology --- Vocabulary}
37-
\item ISO 8601:2004, \doccite{Data elements and interchange formats ---
38-
Information interchange --- Representation of dates and times}
37+
\item ISO 8601-1:2019, \doccite{Date and time --- Representations for information interchange --- Part 1: Basic rules}
3938
\item \IsoC{}, \doccite{Information technology --- Programming languages --- C}
4039
\item ISO/IEC/IEEE 9945:2009, \doccite{Information Technology --- Portable
4140
Operating System Interface (POSIX

source/time.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10533,7 +10533,7 @@
1053310533
Each conversion specifier \fmtgrammarterm{conversion-spec}
1053410534
is replaced by appropriate characters
1053510535
as described in \tref{time.format.spec};
10536-
the formats specified in ISO 8601:2004 shall be used where so described.
10536+
the formats specified in ISO 8601-1:2019 shall be used where so described.
1053710537
Some of the conversion specifiers
1053810538
depend on the formatting locale.
1053910539
If the string literal encoding is a Unicode encoding form and
@@ -10793,7 +10793,7 @@
1079310793
the locale's alternative full year representation.
1079410794
\\ \rowsep
1079510795
\tcode{\%z} &
10796-
The offset from UTC as specified in ISO 8601:2004, subclause 4.2.5.2.
10796+
The offset from UTC as specified in ISO 8601-1:2019, subclause 5.3.4.1.
1079710797
For example \tcode{-0430} refers to 4 hours 30 minutes behind UTC\@.
1079810798
If the offset is zero, \tcode{+0000} is used.
1079910799
The modified commands \tcode{\%Ez} and \tcode{\%Oz}

0 commit comments

Comments
 (0)