Time related utility functions
Time related utility functions
(date-seq start)
Lazy seq of dates, starting at given date.
Lazy seq of dates, starting at given date.
(day-start date)
Given an offset date time, returns the date at midnight
Given an offset date time, returns the date at midnight
(epoch->date ms)
Converts epoch millis to local date using utc zone
Converts epoch millis to local date using utc zone
(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
(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)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close