Liking cljdoc? Tell your friends :D

monkey.ci.time

Time related utility functions

Time related utility functions
raw docstring

date-seqclj

(date-seq start)

Lazy seq of dates, starting at given date.

Lazy seq of dates, starting at given date.
sourceraw docstring

day-startclj

(day-start date)

Given an offset date time, returns the date at midnight

Given an offset date time, returns the date at midnight
sourceraw docstring

epoch->dateclj

(epoch->date ms)

Converts epoch millis to local date using utc zone

Converts epoch millis to local date using utc zone
sourceraw docstring

hours->millisclj

(hours->millis h)
source

nowclj

(now)
source

same-date?clj

(same-date? a b)

True if the two epoch millis denote the same UTC date

True if the two epoch millis denote the same UTC date
sourceraw docstring

same-dom?clj

(same-dom? a b)

True if the two epoch millis are about the same day-of-month (in UTC)

True if the two epoch millis are about the same day-of-month (in UTC)
sourceraw docstring

utc-zoneclj

source

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

× close