Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions source/intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
\begin{itemize}
% ISO documents in numerical order.
\item ISO/IEC 2382, \doccite{Information technology --- Vocabulary}
\item ISO 8601:2004, \doccite{Data elements and interchange formats ---
Information interchange --- Representation of dates and times}
\item ISO 8601-1:2019, \doccite{Date and time --- Representations for information interchange --- Part 1: Basic rules}
\item \IsoC{}, \doccite{Information technology --- Programming languages --- C}
\item ISO/IEC/IEEE 9945:2009, \doccite{Information Technology --- Portable
Operating System Interface (POSIX
Expand Down
4 changes: 2 additions & 2 deletions source/time.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10533,7 +10533,7 @@
Each conversion specifier \fmtgrammarterm{conversion-spec}
is replaced by appropriate characters
as described in \tref{time.format.spec};
the formats specified in ISO 8601:2004 shall be used where so described.
the formats specified in ISO 8601-1:2019 shall be used where so described.
Some of the conversion specifiers
depend on the formatting locale.
If the string literal encoding is a Unicode encoding form and
Expand Down Expand Up @@ -10793,7 +10793,7 @@
the locale's alternative full year representation.
\\ \rowsep
\tcode{\%z} &
The offset from UTC as specified in ISO 8601:2004, subclause 4.2.5.2.
The offset from UTC as specified in ISO 8601-1:2019, subclause 5.3.4.1.
For example \tcode{-0430} refers to 4 hours 30 minutes behind UTC\@.
If the offset is zero, \tcode{+0000} is used.
The modified commands \tcode{\%Ez} and \tcode{\%Oz}
Expand Down