chickadee » srfi-18 » seconds->time

seconds->time xprocedure

Converts into a time object the exact or inexact real number x representing the number of seconds elapsed since some implementation dependent reference point.

    (seconds->time (+ 10 (time->seconds (current-time)))
       ==>  ''a time object representing 10 seconds in the future''