emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

format-time-string (was Emacs 22.2.92 pretest)


From: 山本和彦
Subject: format-time-string (was Emacs 22.2.92 pretest)
Date: Wed, 03 Sep 2008 12:04:36 +0900 (JST)

Hello,

First of all, thank you for releaseing Emacs 22.2.92 pretest
and preparing Windows binary!

Unfortunately, Emacs on Windows (not including UNIX and Mac) have a
bug on format-time-string. (format-time-string "%Z") does not return
anything.

(let ((system-time-locale "C"))
  (format-time-string "%Z"))
-> ""

In Japanese environment, this should return "JST".

Some mailreaders on Emacs use this function to produce the Date:
field. (See the header of this message.) So, this bug has a big
impact.

I hope this bug will be fixed before Emacs 22.3 will be released.

--Kazu




reply via email to

[Prev in Thread] Current Thread [Next in Thread]