Add .HHMM to versions so changes to frequently-updated packages can be detected (fixes #250)

This commit is contained in:
Steve Purcell 2012-09-01 14:02:10 +01:00
parent 083fb07119
commit efdbd825d5

View file

@ -71,7 +71,7 @@
"Parse STR as a time, and format as a YYYYMMDD string."
(message (format "%s\n" (substring-no-properties str)))
(format-time-string
"%Y%m%d"
"%Y%m%d.%H%M"
(date-to-time
(substring-no-properties str))))