← Back to team overview

ubuntu-elisp team mailing list archive

[Bug 1197870] Re: debian-changelog-mode support for non-coreutils systems

 

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"

-- 
You received this bug notification because you are a member of Ubuntu
Emacs Lisp, which is subscribed to emacs-goodies-el in Ubuntu.
https://bugs.launchpad.net/bugs/1197870

Title:
  debian-changelog-mode support for non-coreutils systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs-goodies-el/+bug/1197870/+subscriptions


References