Liking cljdoc? Tell your friends :D

xyz.thoren.equinox


autumnal-equinoxclj

(autumnal-equinox year)

Given a year, return a map with the Gregorian time of the autumnal (September) equinox. See also: jdn->gregorian-time. Example: (autumnal-equinox 2021) => {:year 2021, :month 9, :day 22, :hour 19, :minute 11, :second 14}

Given a `year`, return a map with the Gregorian time of the autumnal
(September) equinox.
See also: `jdn->gregorian-time`.
Example: (autumnal-equinox 2021)
=> {:year 2021, :month 9, :day 22, :hour 19, :minute 11, :second 14}
sourceraw docstring

jdn->gregorian-timeclj

(jdn->gregorian-time jdn)

Given a Julian Day Number jdn, return a map with the Gregorian time. Example: (jdn->gregorian-time 2459293.8997175973) => {:year 2021, :month 3, :day 20, :hour 9, :minute 35, :second 35}

Given a Julian Day Number `jdn`, return a map with the Gregorian time.
Example: (jdn->gregorian-time 2459293.8997175973)
=> {:year 2021, :month 3, :day 20, :hour 9, :minute 35, :second 35}
sourceraw docstring

summer-solsticeclj

(summer-solstice year)

Given a year, return a map with the Gregorian time of the summer (June) solstice. See also: jdn->gregorian-time. Example: (summer-solstice 2021) => {:year 2021, :month 6, :day 21, :hour 3, :minute 24, :second 13}

Given a `year`, return a map with the Gregorian time of the summer (June)
solstice.
See also: `jdn->gregorian-time`.
Example: (summer-solstice 2021)
=> {:year 2021, :month 6, :day 21, :hour 3, :minute 24, :second 13}
sourceraw docstring

vernal-equinoxclj

(vernal-equinox year)

Given a year, return a map with the Gregorian time of the vernal (March) equinox. See also: jdn->gregorian-time. Example: (vernal-equinox 2021) => {:year 2021, :month 3, :day 20, :hour 9, :minute 35, :second 35}

Given a `year`, return a map with the Gregorian time of the vernal (March)
equinox.
See also: `jdn->gregorian-time`.
Example: (vernal-equinox 2021)
=> {:year 2021, :month 3, :day 20, :hour 9, :minute 35, :second 35}
sourceraw docstring

winter-solsticeclj

(winter-solstice year)

Given a year, return a map with the Gregorian time of the winter (December) solstice. See also: jdn->gregorian-time. Example: (winter-solstice 2021) => {:year 2021, :month 12, :day 21, :hour 15, :minute 46, :second 8}

Given a `year`, return a map with the Gregorian time of the winter (December)
solstice.
See also: `jdn->gregorian-time`.
Example: (winter-solstice 2021)
=> {:year 2021, :month 12, :day 21, :hour 15, :minute 46, :second 8}
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close