From: Lars Ingebrigtsen Date: Fri, 23 Aug 2019 08:44:49 +0000 (+0200) Subject: Tweak previous tar-mode time stamp code X-Git-Tag: emacs-27.0.90~1328^2~104 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15c4a822e1fe6d58592b0c5afd42c100d81cc4e5;p=emacs.git Tweak previous tar-mode time stamp code * lisp/tar-mode.el (tar-header-block-summarize): Tweak previous commit to output the time stamp in the exact same way that GNU tar does. --- diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index 95862dec82b..8e7e1945cbc 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el @@ -510,7 +510,7 @@ MODE should be an integer which is a file mode value." (if (= 0 (length gname)) gid gname) size (if tar-mode-show-date - (format-time-string " %FT%T" time) + (format-time-string " %Y-%m-%d %H:%M" time) "") (propertize name 'mouse-face 'highlight