X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=datetime.lisp;h=b3dbc1a47f895895e549064059d876202c0b5a74;hb=12026eac09e773e83887a6073d5a034979ce7043;hp=0e587ceac42f49bf37033ff2c68cb616136cfcd9;hpb=251043d4c96c996a35cd48c4452b03fbef2ea21a;p=kmrcl.git diff --git a/datetime.lisp b/datetime.lisp index 0e587ce..b3dbc1a 100644 --- a/datetime.lisp +++ b/datetime.lisp @@ -110,7 +110,7 @@ (defun day-of-week (year month day) "Day of week calculation using Zeller's Congruence. -Input: The year y, month m (1 ≤ m ≤ 12) and day d (1 ≤ d ≤ 31). +Input: The year y, month m (1 <= m <= 12) and day d (1 <= d <= 31). Output: n - the day of the week (Sunday = 0, Saturday = 6)." (when (< month 3)