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 f37ca4b commit d68cb73Copy full SHA for d68cb73
source/time.tex
@@ -2814,8 +2814,8 @@
2814
\begin{example}
2815
\\
2816
\tcode{clock_cast<utc_clock>(sys_seconds\{sys_days\{1970y/January/1\}\}).time_since_epoch()} is \tcode{0s}. \\
2817
-\tcode{clock_cast<utc_clock>(sys_seconds\{sys_days\{2000y/January/1\}\}).time_since_epoch()} \\
2818
-is \tcode{946'684'822s}, which is \tcode{10'957 * 86'400s + 22s}. \\
+\tcode{clock_cast<utc_clock>(sys_seconds\{sys_days\{2000y/January/1\}\}).time_since_epoch()} is \tcode{946'684'822s},\\
+which is \tcode{10'957 * 86'400s + 22s}. \\
2819
\end{example}
2820
2821
\pnum
0 commit comments