Variable: rcirc-log-time-format

rcirc-log-time-format is a customizable variable defined in rcirc.el.gz.

Value

"%d-%b %H:%M "

Documentation

Describes how timestamps are printed in the log files.

Used as the first arg to format-time-string.

This variable was added, or its default value changed, in Emacs 30.1.

Probably introduced at or before Emacs version 30.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defcustom rcirc-log-time-format "%d-%b %H:%M "
  "Describes how timestamps are printed in the log files.
Used as the first arg to `format-time-string'."
  :version "30.1"
  :type 'string )