Variable: type-break-time-stamp-format
type-break-time-stamp-format is a customizable variable defined in
type-break.el.gz.
Value
"[%H:%M] "
Documentation
Timestamp format used to prefix messages.
Format specifiers are as used by format-time-string.
Source Code
;; Defined in /usr/src/emacs/lisp/type-break.el.gz
(defcustom type-break-time-stamp-format "[%H:%M] "
"Timestamp format used to prefix messages.
Format specifiers are as used by `format-time-string'."
:type 'string
:group 'type-break)