chickadee » srfi-19 » seconds->date

(seconds->date SECONDS [TIMEZONE-INFO #t]) -> dateprocedure

Converts a SECONDS value, which may be fractional, into a date object. The TIMEZONE-INFO is #t for the local timezone, #f for the utc timezone, or a timezone-components object.

SECONDS is relative to 00:00:00 January 1, 1970 UTC.