Variable: ls-lisp-use-localized-time-format

ls-lisp-use-localized-time-format is a customizable variable defined in ls-lisp.el.gz.

Value

nil

Documentation

Non-nil means to always use ls-lisp-format-time-list for time stamps.

This applies even if a valid locale is determined by ls-lisp-format-time.

WARNING: Using localized date/time format might cause Dired columns to fail to line up, e.g. if month names are not all of the same length.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/ls-lisp.el.gz
(defcustom ls-lisp-use-localized-time-format nil
  "Non-nil means to always use `ls-lisp-format-time-list' for time stamps.
This applies even if a valid locale is determined by `ls-lisp-format-time'.

WARNING: Using localized date/time format might cause Dired columns
to fail to line up, e.g. if month names are not all of the same length."
  :type 'boolean
  :group 'ls-lisp)