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.
2 parents ef71999 + 83e033b commit 0346c61Copy full SHA for 0346c61
source/time.tex
@@ -1992,6 +1992,7 @@
1992
\item Otherwise, if \tcode{Period::type} is \tcode{exa}, the suffix is \tcode{"Es"}.
1993
\item Otherwise, if \tcode{Period::type} is \tcode{ratio<60>}, the suffix is \tcode{"min"}.
1994
\item Otherwise, if \tcode{Period::type} is \tcode{ratio<3600>}, the suffix is \tcode{"h"}.
1995
+\item Otherwise, if \tcode{Period::type} is \tcode{ratio<86400>}, the suffix is \tcode{"d"}.
1996
\item Otherwise, if \tcode{Period::type::den == 1}, the suffix is \tcode{"[\placeholder{num}]s"}.
1997
\item Otherwise, the suffix is \tcode{"[\placeholder{num}/\placeholder{den}]s"}.
1998
\end{itemize}
0 commit comments