X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=eightsync%2Fagenda.scm;h=8905c1b6c46241d4f1aac9dfe4d4a14a2077d5c3;hb=060e7509ca51307b6ebcb6d8c5bc22451db3a384;hp=e4cb1dfd1ca9ced0e90387e71f7f1d3e24facfef;hpb=303e03c6b0815f412aaa615194d1875ed0c2398a;p=8sync.git diff --git a/eightsync/agenda.scm b/eightsync/agenda.scm index e4cb1df..8905c1b 100644 --- a/eightsync/agenda.scm +++ b/eightsync/agenda.scm @@ -150,6 +150,9 @@ Generally done automatically for the user through (make-agenda)." (time time-segment-time) (queue time-segment-queue)) +;; @@: This seems to be the same as srfi-18's seconds->time procedure? +;; Maybe double check and switch to that? (Thanks amz3!) + (define (time-from-float-or-fraction time) "Produce a (sec . usec) pair from TIME, a float or fraction" (let* ((mixed-whole (floor time))