commit 3cfcc2d6e1bea59099f134e20c04b4c20d5db9da
parent 18308298e40dcd9af6bf2e040fcf73382e347bb5
Author: Nihal Jere <nihal@nihaljere.xyz>
Date: Sat, 30 Apr 2022 03:10:04 -0500
datetime: remove obsolete todo
The format specifiers have been documented above the `format` function.
Signed-off-by: Nihal Jere <nihal@nihaljere.xyz>
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/datetime/format.ha b/datetime/format.ha
@@ -68,8 +68,6 @@ def MONTHS_SHORT: [_]str = [
"Oct", "Nov", "Dec",
];
-// TODO: Document specifiers (%Y, %m, etc) used here, in README or otherwise.
-
// TODO: Make format() accept parameters of type (datetime | period), using the
// "intervals" standard representation provided by ISO 8601?
//