emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] elpa-admin c77c027ac8: * elpa-admin.el (elpaa--html-footer): Add


From: Stefan Kangas
Subject: [elpa] elpa-admin c77c027ac8: * elpa-admin.el (elpaa--html-footer): Add timezone to time stamp.
Date: Fri, 28 Oct 2022 22:29:26 -0400 (EDT)

branch: elpa-admin
commit c77c027ac82dbe912e9c384fcaba35d9b9564f68
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    * elpa-admin.el (elpaa--html-footer): Add timezone to time stamp.
---
 elpa-admin.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elpa-admin.el b/elpa-admin.el
index f89713247b..cffa953c5d 100644
--- a/elpa-admin.el
+++ b/elpa-admin.el
@@ -1315,7 +1315,7 @@ readme file has an unconventional name"
         </div>
 
 </body>\n"
-          (format-time-string "%Y-%b-%d %R" nil t)
+          (format-time-string "%Y-%b-%d %R %Z" nil t)
           (format-time-string "%Y" nil t)))
 
 (defun elpaa--html-bytes-format (bytes) ;Aka memory-usage-format.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]