branch: elpa/rpm-spec-mode
commit 2f6240df9ed355ea19dfd7cc1ff8190634866b15
Author: Mattias Ellert <mattias.ell...@physics.uu.se>
Commit: Mattias Ellert <mattias.ell...@physics.uu.se>

    Use zero-padded date (%d) instead of space-padded date (%e)
---
 rpm-spec-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rpm-spec-mode.el b/rpm-spec-mode.el
index 299eb68ccf..be5bccec72 100644
--- a/rpm-spec-mode.el
+++ b/rpm-spec-mode.el
@@ -734,7 +734,7 @@ This variable is global by default, but you can make it 
buffer-local.")
 (defsubst rpm-change-log-date-string ()
   "Return the date string for today, inserted by \\[rpm-add-change-log-entry].
 If `rpm-change-log-uses-utc' is nil, \"today\" means the local time zone."
-  (format-time-string "%a %b %e %Y" nil rpm-change-log-uses-utc))
+  (format-time-string "%a %b %d %Y" nil rpm-change-log-uses-utc))
 
 (defun rpm-goto-add-change-log-header ()
   "Find change log and add header (if needed) for today"

Reply via email to