cronstar.datetime

Datetime related utilities.

*now-fn*

dynamic

Returns the current time as Joda DateTime in default time zone.

before?

(before? this that)
Returns a truthy value when timeinfo `this` represents an instant
before timeinfo `that`.

bounds

field-keys

from-timeinfo

(from-timeinfo {:keys [year month day hour minute], :or {hour 0, minute 0}})

to-timeinfo

multimethod