Variable: mpc--server-stats-date

mpc--server-stats-date is a variable defined in mpc.el.gz.

Value

"%c"

Documentation

Format used for dates in mpc-server-stats.

See format-time-string for formatting details.

Source Code

;; Defined in /usr/src/emacs/lisp/mpc.el.gz
;;; Stats viewer ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(defvar mpc--server-stats-date "%c"
  "Format used for dates in `mpc-server-stats'.
See `format-time-string' for formatting details.")