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 '(choice (const :tag "Timestamped Monday, 15:04:05"
                        "Timestamped %A, %H:%M:%S")
                 (const :tag "2006-01-02 15:04:05 MST" "%F %T %Z")
                 string))