This commit is contained in:
christopherlam 2017-12-20 08:15:26 +08:00 committed by GitHub
parent b6ec61fa45
commit 3f408a885b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
(define (run-test)
(and (test test-weeknum-calculator)))
(define (create->time64 l)
(define (create-time64 l)
(let ((now (gnc-localtime (current-time))))
(set-tm:sec now (list-ref l 0))
(set-tm:min now (list-ref l 1))