(from-map {:keys [millisecond second minute hour day month year timezone]
:as rep})
creates a ZonedDateTime object from a map
(tz/from-map (t/epoch {:timezone "GMT"})) => java.time.ZonedDateTime
creates a ZonedDateTime object from a map (tz/from-map (t/epoch {:timezone "GMT"})) => java.time.ZonedDateTime
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close