Liking cljdoc? Tell your friends :D
Clojure only.

com.adgoji.ad-manager-api.utils


date-timeclj

(date-time)
(date-time instant)
(date-time instant time-zone-id)

Creates a map representing a specific date and time.

  • With no arguments, returns the current system date and time.

  • With an instant, returns the date and time for that instant in the default time zone.

  • With an instant and time-zone-id, returns the date and time for that instant in the specified time zone.

Creates a map representing a specific date and time.

- With no arguments, returns the current system date and time.

- With an `instant`, returns the date and time for that instant in
the default time zone.

- With an `instant` and `time-zone-id`, returns the date and time
for that instant in the specified time zone.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close