Liking cljdoc? Tell your friends :D

clj-cctray.dates

Functions for converting dates found in the CCTray XML.

Functions for converting dates found in the CCTray XML.
raw docstring

extract-datesclj

(extract-dates {:keys [last-build-time next-build-time]})

Extracts the last and next build times from the CCTray XML into real Instant objects.

Extracts the last and next build times from the CCTray XML into real Instant objects.
sourceraw docstring

iso-formatclj

Format string in the ISO 8601 format, yyyy-MM-dd'T'HH:mm:ss.SSSVV

Format string in the ISO 8601 format, yyyy-MM-dd'T'HH:mm:ss.SSSVV
sourceraw docstring

parse-dateclj

(parse-date s)
source

(print-date format date)
source

(print-dates format {:keys [last-build-time next-build-time]})

Prints the last and next build times using the given string format. They must be Instant objects to be printed correctly using the format string, if any other object is found it will just be converted to a string using str

Prints the last and next build times using the given string format. They must be Instant objects to be printed
correctly using the format string, if any other object is found it will just be converted to a string using `str`
sourceraw docstring

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

× close