diff options
Diffstat (limited to 'lib/pure/times.nim')
-rw-r--r-- | lib/pure/times.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/pure/times.nim b/lib/pure/times.nim index 7550a8dea..9d0ce8677 100644 --- a/lib/pure/times.nim +++ b/lib/pure/times.nim @@ -186,6 +186,10 @@ day has passed. The ``Duration`` type on the other hand normalizes everything to seconds, and will therefore say that 90000 seconds has passed, which is the same as 25 hours. + + See also + ======== + * `monotimes module <monotimes.html>`_ ]## import strutils, math, options |