From 15c4a822e1fe6d58592b0c5afd42c100d81cc4e5 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 23 Aug 2019 10:44:49 +0200 Subject: [PATCH] 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. --- lisp/tar-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2