note about possibly replacing time-from-float-or-fraction with srfi-18 stuff
[8sync.git] / eightsync / agenda.scm
index e4cb1dfd1ca9ced0e90387e71f7f1d3e24facfef..8905c1b6c46241d4f1aac9dfe4d4a14a2077d5c3 100644 (file)
@@ -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))