Variable: erc-echo-timestamp-zone
erc-echo-timestamp-zone is a customizable variable defined in
erc-stamp.el.gz.
Value
nil
Documentation
Default timezone for the option erc-echo-timestamps.
Also affects the command erc-echo-timestamp (singular). See
the ZONE parameter of format-time-string for a description of
acceptable value types.
This variable was added, or its default value changed, in ERC version
5.6.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defcustom erc-echo-timestamp-zone nil
"Default timezone for the option `erc-echo-timestamps'.
Also affects the command `erc-echo-timestamp' (singular). See
the ZONE parameter of `format-time-string' for a description of
acceptable value types."
:type '(choice boolean number (const wall) (list number string))
:package-version '(ERC . "5.6"))