cronstar.datetime
Datetime related utilities.
before?
(before? this that)
Returns a truthy value when timeinfo `this` represents an instant before timeinfo `that`.
from-timeinfo
(from-timeinfo {:keys [year month day hour minute], :or {hour 0, minute 0}})