Comment 4 for bug 1197870

Revision history for this message
Pierre Carrier (pcarrier) wrote :

For reference:

(let ((system-time-locale "fr_FR"))
  (format-time-string "%a, %d %b %Y %T %z" nil
                      debian-changelog-date-utc-flag))
"Ven, 05 jul 2013 17:51:39 +0200"

(let ((system-time-locale "C"))
  (format-time-string "%a, %d %b %Y %T %z" nil
                      debian-changelog-date-utc-flag))
"Fri, 05 Jul 2013 17:51:53 +0200"