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 67db942 commit e866663Copy full SHA for e866663
source/time.tex
@@ -2083,6 +2083,7 @@
2083
\item Otherwise, if \tcode{Period::type} is \tcode{exa}, the suffix is \tcode{"Es"}.
2084
\item Otherwise, if \tcode{Period::type} is \tcode{ratio<60>}, the suffix is \tcode{"min"}.
2085
\item Otherwise, if \tcode{Period::type} is \tcode{ratio<3600>}, the suffix is \tcode{"h"}.
2086
+\item Otherwise, if \tcode{Period::type} is \tcode{ratio<86400>}, the suffix is \tcode{"d"}.
2087
\item Otherwise, if \tcode{Period::type::den == 1}, the suffix is \tcode{"[\placeholder{num}]s"}.
2088
\item Otherwise, the suffix is \tcode{"[\placeholder{num}/\placeholder{den}]s"}.
2089
\end{itemize}
0 commit comments