Skip to content

Commit e1e4328

Browse files
committed
Add normative references to ISO 8601 and RFC 6557, referenced
normatively by P0355R7. Fixes #1971.
1 parent 4f87609 commit e1e4328

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

source/intro.tex

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,18 @@
3535
\begin{itemize}
3636
\item Ecma International, \doccite{ECMAScript Language Specification},
3737
Standard Ecma-262, third edition, 1999.
38+
%%% Format for this entry is based on that specified at
39+
%%% http://www.iec.ch/standardsdev/resources/draftingpublications/directives/principles/referencing.htm
40+
\item INTERNET ENGINEERING TASK FORCE (IETF). RFC 6557:
41+
Procedures for Maintaining the Time Zone Database [online].
42+
Edited by E. Lear, P. Eggert.
43+
February 2012 [viewed 2018-03-26].
44+
Available at
45+
\url{https://www.ietf.org/rfc/rfc6557.txt}
3846
\item ISO/IEC 2382 (all parts), \doccite{Information technology ---
3947
Vocabulary}
48+
\item ISO 8601:2004, \doccite{Data elements and interchange formats ---
49+
Information interchange --- Representation of dates and times}
4050
\item ISO/IEC 9899:2011, \doccite{Programming languages --- C}
4151
\item ISO/IEC 9945:2003, \doccite{Information Technology --- Portable
4252
Operating System Interface (POSIX)}

source/utilities.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26192,9 +26192,7 @@
2619226192

2619326193
\pnum
2619426194
\ref{time.zone} describes an interface for accessing
26195-
the IANA Time Zone database%
26196-
%%% FIXME: Move URL to normative references
26197-
\footnote{RFC 6557 https://tools.ietf.org/html/rfc6557},
26195+
the IANA Time Zone database described in RFC 6557,
2619826196
that interoperates with \tcode{sys_time} and \tcode{local_time}.
2619926197
This interface provides time zone support to
2620026198
both the civil calendar types\iref{time.cal}

0 commit comments

Comments
 (0)