Variable: magit-blame-time-format

magit-blame-time-format is a customizable variable defined in magit-blame.el.

Value

"%F %H:%M"

Documentation

Format for time strings in blame headings.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-blame.el
(defcustom magit-blame-time-format "%F %H:%M"
  "Format for time strings in blame headings."
  :group 'magit-blame
  :type 'string)