(valid-now? dt-now {{:keys [start_time end_time]} :valid_time})
(valid-now? dt-now start_time end_time)
Determine if an entity (such as a judgement) is valid, based on :valid_time. Depends on knowing the time 'now', so that is passed in.
Determine if an entity (such as a judgement) is valid, based on :valid_time. Depends on knowing the time 'now', so that is passed in.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close