Variable: erc-echo-timestamp-format
erc-echo-timestamp-format is a customizable variable defined in
erc-stamp.el.gz.
Value
"Timestamped %A, %H:%M:%S"
Documentation
Format string to be used when erc-echo-timestamps is non-nil.
This string specifies the format of the timestamp being echoed in the minibuffer.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defcustom erc-echo-timestamp-format "Timestamped %A, %H:%M:%S"
"Format string to be used when `erc-echo-timestamps' is non-nil.
This string specifies the format of the timestamp being echoed in
the minibuffer."
:type 'string)