Functions related to time and timestamps.
Functions related to time and timestamps.
(csv-date)
(csv-date tz)
(csv-date tz)
(csv-date date-time)
(csv-date date-time tz)
(csv-date date-time :guard string? tz)
(csv-date)
(csv-date date-time)
(csv-date date-time :guard string?)
(csv-date-time)
(csv-date-time tz)
(csv-date-time tz)
(csv-date-time date-time)
(csv-date-time date-time tz)
(csv-date-time date-time :guard string? tz)
(csv-date-time)
(csv-date-time date-time)
(csv-date-time date-time :guard string?)
(current-timestamp)
ISO 8601 string timestamp for the current time.
ISO 8601 string timestamp for the current time.
(format-inst format-string
inst
:guard
(fn* [p1__8384#] (instance? org.joda.time.DateTime p1__8384#)))
(format-inst format-string
inst
:guard
(fn* [p1__8385#]
(or (jt/zoned-date-time? p1__8385#) (jt/instant? p1__8385#))))
(format-inst format-string inst)
(past? ts)
Use not-after? as shortcut for before? or equal?.
Use not-after? as shortcut for before? or equal?.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close