commit ea4a0455414ebf3ce0f2e7ebaccc426f0f2f5a35
parent 6ef9d2f18ee393f6b32b1ec40ec6a8971e1dcc92
Author: Byron Torres <b@torresjrjr.com>
Date: Sun, 28 Apr 2024 22:32:06 +0100
time::date: README: mention ISO week-numbering cal
Diffstat:
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/time/date/README b/time/date/README
@@ -1,9 +1,10 @@
The time::date module implements the common international Gregorian chronology,
-based on the astronomically numbered proleptic Gregorian calendar, as per ISO
-8601, and the common 24 hour clock. It provides [[date]], a representation of
-civil date/time and a optimized extension of the [[time::chrono::moment]] type.
-The [[time::chrono::]] module has many useful functions which interoperate with
-dates. Any [[time::chrono::]] function which accepts *moment also accepts *date.
+based on the astronomically numbered proleptic Gregorian calendar and the ISO
+week-numbering calendar, as per the ISO 8601 standard, and the common 24 hour
+clock. It provides [[date]], a representation of civil date/time and a optimized
+extension of the [[time::chrono::moment]] type. The [[time::chrono::]] module
+has many useful functions which interoperate with dates. Any [[time::chrono::]]
+function which accepts *moment also accepts *date.
Dates are created using [[new]], [[now]], [[localnow]], or a "from_" function.
Alternatively, the [[virtual]]/[[realize]] interface can handle uncertain or