ttn pushed a commit to branch master in repository elpa. commit 8a2d60fa192b13776177bbae17dc85135f2a62b0 Author: Thien-Thi Nguyen <t...@gnu.org> Date: Mon Jun 16 14:19:24 2014 +0200
[gnugo int] Use "%F" and "%T". * packages/gnugo/gnugo.el (gnugo-display-final-score, gnugo) ...here, in ‘format-time-string’ calls, instead of the more verbose "%Y-%m-%d" and "%H:%M:%S", respectively. --- packages/gnugo/gnugo.el | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el index 1713356..71164e5 100644 --- a/packages/gnugo/gnugo.el +++ b/packages/gnugo/gnugo.el @@ -1907,7 +1907,7 @@ to the last move, as a comment." (cl-flet ((yep (pretty moment) (push (format-time-string - (concat pretty ": %Y-%m-%d %H:%M:%S %z\n") + (concat pretty ": %F %T %z\n") moment) blurb))) (yep "Game start" beg) @@ -2279,7 +2279,7 @@ See `gnugo-board-mode' for a full list of commands." (when (and (zerop handicap) actually) (setq handicap (string-to-number (cadr actually))))) (r! :SZ board-size - :DT (format-time-string "%Y-%m-%d") + :DT (format-time-string "%F") :RU (if (member "--chinese-rules" args) "Chinese" "Japanese")