From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#641: format-time-string %Z does not work, starting with Emacs 22.2 Date: Mon, 04 Aug 2008 23:24:12 +0200 Message-ID: <4897737C.90709@gmx.at> Reply-To: martin rudalics , 641@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217886480 25644 80.91.229.12 (4 Aug 2008 21:48:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Aug 2008 21:48:00 +0000 (UTC) To: 641@emacsbugs.donarmstrong.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Aug 04 23:48:50 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KQ7v7-0000d9-Lh for geb-bug-gnu-emacs@m.gmane.org; Mon, 04 Aug 2008 23:48:49 +0200 Original-Received: from localhost ([127.0.0.1]:33315 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQ7uC-0007R1-F7 for geb-bug-gnu-emacs@m.gmane.org; Mon, 04 Aug 2008 17:47:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQ7tv-0007M5-SP for bug-gnu-emacs@gnu.org; Mon, 04 Aug 2008 17:47:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQ7tu-0007LV-Gd for bug-gnu-emacs@gnu.org; Mon, 04 Aug 2008 17:47:35 -0400 Original-Received: from [199.232.76.173] (port=38175 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQ7tu-0007LQ-6W for bug-gnu-emacs@gnu.org; Mon, 04 Aug 2008 17:47:34 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:38449) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KQ7tt-0003MW-Bh for bug-gnu-emacs@gnu.org; Mon, 04 Aug 2008 17:47:33 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m74LlMh5020693; Mon, 4 Aug 2008 14:47:23 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m74LU5mR015224; Mon, 4 Aug 2008 14:30:05 -0700 X-Loop: don@donarmstrong.com Resent-From: martin rudalics Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs , don@donarmstrong.com Resent-Date: Mon, 04 Aug 2008 21:30:05 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 641 X-Emacs-PR-Package: emacs,w32 X-Emacs-PR-Keywords: Original-Received: via spool by 641-submit@emacsbugs.donarmstrong.com id=B641.121788501913516 (code B ref 641); Mon, 04 Aug 2008 21:30:05 +0000 Original-Received: (at 641) by emacsbugs.donarmstrong.com; 4 Aug 2008 21:23:39 +0000 Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id m74LNYVd013505 for <641@emacsbugs.donarmstrong.com>; Mon, 4 Aug 2008 14:23:36 -0700 Original-Received: (qmail invoked by alias); 04 Aug 2008 21:23:28 -0000 Original-Received: from 62-47-46-155.adsl.highway.telekom.at (EHLO [62.47.46.155]) [62.47.46.155] by mail.gmx.net (mp017) with SMTP; 04 Aug 2008 23:23:28 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/X4OdXb2/XgCReoi7IDJ0aHSqHVP0/pZvgTo3MIS a41cD3XY1S2jNj User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en X-Y-GMX-Trusted: 0 X-FuHaFi: 0.6 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Mon, 04 Aug 2008 17:47:35 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:19018 Archived-At: > emacs -Q > M-: (format-time-string "%Z) ==> "" > M-: (format-time-string "%z) ==> "-0700" > > The %Z string is incorrect. In my case, it should be (as it is in > Emacs 20 and Emacs 22.1): "Pacific Daylight Time". > > This same bug appears in Emacs 23. This is a regression from Emacs > 22.1. See 2007-06-07 Jason Rumney * s/ms-w32.h: Don't define HAVE_TZNAME. * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows. and the preceding discussion starting with http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00334.html martin