Function: cider-log--read-time
cider-log--read-time is a byte-compiled function defined in
cider-log.el.
Signature
(cider-log--read-time &optional PROMPT INITIAL-INPUT _)
Documentation
Read a time from the minibuffer using PROMPT and INITIAL-INPUT.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-log.el
(defun cider-log--read-time (&optional prompt initial-input _)
"Read a time from the minibuffer using PROMPT and INITIAL-INPUT."
(cider-log--format-time (org-read-date t 'to-time nil prompt nil initial-input)))