Variable: remember-time-format

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

Value

"%a %b %d %H:%M:%S %Y"

Documentation

The format for time stamp, passed to format-time-string.

The default emulates current-time-string for backward compatibility.

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

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/remember.el.gz
(defcustom remember-time-format "%a %b %d %H:%M:%S %Y"
  "The format for time stamp, passed to `format-time-string'.
The default emulates `current-time-string' for backward compatibility."
  :type 'string
  :version "27.1")