From 39eea492fa4c2601973e09fc58870a976b310aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 14 Jan 2021 00:15:50 +0100 Subject: Bind full week days in addition to abriviations. --- module/datetime.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'module') diff --git a/module/datetime.scm b/module/datetime.scm index cb732ad3..2f7e20c5 100644 --- a/module/datetime.scm +++ b/module/datetime.scm @@ -37,13 +37,13 @@ (dec december ) 12) (define-many define-public - (sun) 0 - (mon) 1 - (tue) 2 - (wed) 3 - (thu) 4 - (fri) 5 - (sat) 6) + (sun sunday) 0 + (mon monday) 1 + (tue tuesday) 2 + (wed wednesday) 3 + (thu thursday) 4 + (fri friday) 5 + (sat saturday) 6) ;;; Configuration -- cgit v1.2.3