Function: tar-clip-time-string
tar-clip-time-string is a byte-compiled function defined in
tar-mode.el.gz.
This function is obsolete since 27.1; use format-time-string
instead.
Signature
(tar-clip-time-string TIME)
Source Code
;; Defined in /usr/src/emacs/lisp/tar-mode.el.gz
(defun tar-clip-time-string (time)
(declare (obsolete format-time-string "27.1"))
(let ((system-time-locale "C"))
(format-time-string " %b %e %H:%M %Y" time)))