(catimela body {:keys [msg]})
(date->iso-string-with-tz date)
Converts a js/Date to ISO string format with timezone offset (e.g., '2024-07-15T14:30:00.000+02:00'). A reverse operation is (js/Date. <iso-string-with-tz>).
Converts a js/Date to ISO string format with timezone offset (e.g., '2024-07-15T14:30:00.000+02:00'). A reverse operation is (js/Date. <iso-string-with-tz>).
(elapsed-msecs swatch)
(elapsed-nanosecs swatch)
(elapstr swatch)
(postgres-timestamp-string->date timestamp-str)
Parse PostgreSQL timestamp string to js/Date, assuming UTC if no timezone.
Parse PostgreSQL timestamp string to js/Date, assuming UTC if no timezone.
(stopwatch)
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |