Variable: erc-server-timestamp-format
erc-server-timestamp-format is a customizable variable defined in
erc-backend.el.gz.
Value
"%Y-%m-%d %T"
Documentation
Timestamp format used with server response messages.
This string is processed using format-time-string.
This variable was added, or its default value changed, in Emacs 24.3.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(defcustom erc-server-timestamp-format "%Y-%m-%d %T"
"Timestamp format used with server response messages.
This string is processed using `format-time-string'."
:version "24.3"
:type 'string)