Liking cljdoc? Tell your friends :D

xyz.thoren.equinox


december-solsticeclj/s

(december-solstice year)

Given a year, return a map with the Gregorian time of the December solstice.

Example: (december-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 December
solstice.

Example: (december-solstice 2021)
=> {:year 2021, :month 12, :day 21, :hour 15, :minute 46, :second 8}
sourceraw docstring

june-solsticeclj/s

(june-solstice year)

Given a year, return a map with the Gregorian time of the June solstice.

Example: (june-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 June solstice.

Example: (june-solstice 2021)
=> {:year 2021, :month 6, :day 21, :hour 3, :minute 24, :second 13}
sourceraw docstring

march-equinoxclj/s

(march-equinox year)

Given a year, return a map with the Gregorian time of the March equinox.

Example: (march-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 March equinox.

Example: (march-equinox 2021)
=> {:year 2021, :month 3, :day 20, :hour 9, :minute 35, :second 35}
sourceraw docstring

september-equinoxclj/s

(september-equinox year)

Given a year, return a map with the Gregorian time of the September equinox.

Example: (september-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 September
equinox.

Example: (september-equinox 2021)
=> {:year 2021, :month 9, :day 22, :hour 19, :minute 11, :second 14}
sourceraw docstring

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

× close