Liking cljdoc? Tell your friends :D

full.core.time


construct-dtclj

(construct-dt years
              months
              days
              hours
              minutes
              seconds
              nanoseconds
              offset-sign
              offset-hours
              offset-minutes)
source

d->iso-dclj

(d->iso-d ts)
source

d<-iso-dclj

(d<-iso-d ts)
source

dt->iso-tsclj

(dt->iso-ts dt)

Creates a DateTime object from ISO timestamp.

Creates a DateTime object from ISO timestamp.
sourceraw docstring

dt->relclj

(dt->rel dt)
source

dt->rfc7231-tsclj

(dt->rfc7231-ts dt)

Returns the DateTime as an HTTP date (RFC 7231) string.

Returns the DateTime as an `HTTP date` (RFC 7231) string.
sourceraw docstring

dt->rfc822-tsclj

(dt->rfc822-ts dt)
source

dt-betweenclj

(dt-between dt from to)
source

dt<-epochclj

(dt<-epoch epoch)

Creates a DateTime object from a (long) unix timestamp

Creates a DateTime object from a (long) unix timestamp
sourceraw docstring

dt<-iso-tsclj

(dt<-iso-ts ts)
source

dt<-rfc822-tsclj

(dt<-rfc822-ts ts)
source

epoch<-dtclj

(epoch<-dt dt)

Creates a (long) unix timestamp from DateTime object

Creates a (long) unix timestamp from DateTime object
sourceraw docstring

iso-d-formatterclj

source

iso-ts-formatterclj

source

iso-ts-formatter-no-msclj

source

iso-ts-formatter-no-ms-tzclj

source

iso-year-formatterclj

source

iso-year-month-formatterclj

source

ms-dayclj

source

ms-hourclj

source

ms-minuteclj

source

ms-monthclj

source

ms-secondclj

source

ms-weekclj

source

ms-yearclj

source

now-utcclj

source

period-typesclj

source

read-instant-dtclj

To read an instant as an org.joda.time.DateTime, bind data-readers to a map with this var as the value for the 'inst key.

To read an instant as an org.joda.time.DateTime, bind *data-readers* to a
map with this var as the value for the 'inst key.
sourceraw docstring

rfc7231-formatterclj

source

rfc822-formatterclj

source

with-dt-readercljmacro

(with-dt-reader & body)
source

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

× close