commit 81a06f9bb51481b711cab50d462aa9541200a6ab parent 074324941227caa8df7f513f32d431d400c5b03a Author: Drew DeVault <sir@cmpwn.com> Date: Wed, 13 Apr 2022 13:59:22 +0200 time: improve README Signed-off-by: Drew DeVault <sir@cmpwn.com> Diffstat:
M | time/README | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/time/README b/time/README @@ -1,4 +1,3 @@ The time module provides basic timekeeping primitives and access to the -system's clocks. - -For more human abstractions of time, see the [[time::chrono]] module. +system's clocks. See [[time::chrono]] for incorporating human timescales and +[[datetime]] for working with the ISO 8601 Gregorian calendar.