We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2f581 commit 224ad02Copy full SHA for 224ad02
source/time.tex
@@ -8737,14 +8737,14 @@
8737
\returns
8738
\begin{itemize}
8739
\item
8740
-If a \tcode{time_zone} \tcode{tz} is found
+If \tcode{zones} contains an element \tcode{tz}
8741
for which \tcode{tz.name() == tz_name},
8742
a pointer to \tcode{tz};
8743
8744
otherwise,
8745
-if a \tcode{time_zone_link} \tcode{tz_l} is found
+if \tcode{links} contains an element \tcode{tz_l}
8746
for which \tcode{tz_l.name() == tz_name},
8747
-then a pointer to the \tcode{time_zone} \tcode{tz}
+then a pointer to the element \tcode{tz} of \tcode{zones}
8748
for which \tcode{tz.name() == tz_l.target()}.
8749
\end{itemize}
8750
\begin{note}
0 commit comments