(to-gregorian jdn)
Given a Julian Day Number jdn
, return a map with the Gregorian time. Will
round jdn
to 5 decimals.
Given a Julian Day Number `jdn`, return a map with the Gregorian time. Will round `jdn` to 5 decimals.
(to-julian & {:keys [year month day hour minute second]})
Given :year
, :month
, :day
, :hour
, :minute
, :second
, return a
Julian Day Number with 5 decimal precision.
Given `:year`, `:month`, `:day`, `:hour`, `:minute`, `:second`, return a Julian Day Number with 5 decimal precision.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close