chickadee » srfi-19 » make-date*

make-date* YEAR MONTH DAY #!optional HOUR MINUTE SECOND NANOSECOND ZONE-OFFSET TZ-NAME DST-FLAGprocedure

Same as make-date, except for the argument order; default for time arguments is 0.

When the ZONE-OFFSET is a timezone-locale the timezone information can be distinguished from a time argument, in which case the time arguments can be shorted before NANOSECOND; ex: (make-date* 1 2 3 (local-timezone-locale)).