Skip to content

Commit

Permalink
[time.zone.leap.overview] Fix example (#6383)
Browse files Browse the repository at this point in the history
  • Loading branch information
hewillk authored Nov 8, 2023
1 parent 646bfb2 commit 62e33ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/time.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10159,7 +10159,7 @@
\begin{example}
\begin{codeblock}
for (auto& l : get_tzdb().leap_seconds)
if (l <= 2018y/March/17d)
if (l <= sys_days{2018y/March/17d})
cout << l.date() << ": " << l.value() << '\n';
\end{codeblock}

Expand Down

0 comments on commit 62e33ca

Please sign in to comment.