Skip to content

Commit 62e33ca

Browse files
authored
[time.zone.leap.overview] Fix example (#6383)
1 parent 646bfb2 commit 62e33ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/time.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10159,7 +10159,7 @@
1015910159
\begin{example}
1016010160
\begin{codeblock}
1016110161
for (auto& l : get_tzdb().leap_seconds)
10162-
if (l <= 2018y/March/17d)
10162+
if (l <= sys_days{2018y/March/17d})
1016310163
cout << l.date() << ": " << l.value() << '\n';
1016410164
\end{codeblock}
1016510165

0 commit comments

Comments
 (0)