Unix epoch in milliseconds - the number of milliseconds elapsed since 1970-01-01T00:00:00Z. Ex: 1581797873000
Unix epoch in milliseconds - the number of milliseconds elapsed since 1970-01-01T00:00:00Z. Ex: 1581797873000
Date without timezone information. Useful for stuff such as date of birth, hollidays and so on. Ex: 2001-12-09
Date without timezone information. Useful for stuff such as date of birth, hollidays and so on. Ex: 2001-12-09
Same as LocalDate, but with additional time information. Can't think of a useful use case. Ex: 2001-12-09T09:00:00
Same as LocalDate, but with additional time information. Can't think of a useful use case. Ex: 2001-12-09T09:00:00
Time of the day, no timezone information. Ex: 13:12:09
Time of the day, no timezone information. Ex: 13:12:09
ISO 8601 string representing a UTC date time. Ex: 2001-12-09T09:00:00Z
ISO 8601 string representing a UTC date time. Ex: 2001-12-09T09:00:00Z
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close