Start testing member-record, fix current month inference.
This commit is contained in:
parent
023befa8f8
commit
798cfe318c
4 changed files with 35 additions and 4 deletions
|
@ -53,7 +53,7 @@
|
|||
(define *current-month*
|
||||
(make-parameter
|
||||
(let ((d (seconds->local-time (current-seconds))))
|
||||
(list (vector-ref d 5)
|
||||
(list (+ 1900 (vector-ref d 5))
|
||||
(vector-ref d 4)))))
|
||||
|
||||
;; Sorts period markers (be it start or end) chronologically and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue