From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Maarten Bergvelt Newsgroups: gmane.emacs.help Subject: Re: Timezone change in US Date: Mon, 12 Mar 2007 16:58:12 +0000 (UTC) Organization: Department of Mathematics, UIUC. Message-ID: References: Reply-To: bergv@uiuc.edu NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1173721197 28001 80.91.229.12 (12 Mar 2007 17:39:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Mar 2007 17:39:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 12 18:39:50 2007 Return-path: Envelope-to: geh-help-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 1HQoUt-0006kw-CA for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Mar 2007 18:39:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQoVZ-0004nq-B2 for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Mar 2007 12:40:29 -0500 Original-Path: shelby.stanford.edu!newshub.stanford.edu!news.ks.uiuc.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: u00.math.uiuc.edu Original-X-Trace: news.ks.uiuc.edu 1173718692 24647 130.126.108.30 (12 Mar 2007 16:58:12 GMT) Original-X-Complaints-To: news+abuse@ks.uiuc.edu Original-NNTP-Posting-Date: Mon, 12 Mar 2007 16:58:12 +0000 (UTC) User-Agent: slrn/0.9.7.4 (SunOS) Original-Xref: shelby.stanford.edu gnu.emacs.help:146298 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:41902 Archived-At: In article , Chris McMahan wrote: > Now that the US has shifted into Daylight Savings, I've discovered > that emacs is still displaying DST in the modeline. > > My OS (Windows XP) has updated currectly. The shell from which I > launch emacs (tcsh) has the correct time, and my TZ environement > variable in the shell correctly reflects the new timezone > (TZ=EST5EDT4,M3.2.0/2,M11.1.0/2) > > I've possibly tracked the problem to an incorrect value returned by > the function current-time-zone, which is defined in the file > editfns.c. It is returning a value of -18000 EST, but it should be > -14400 EDT. This is defined in the file editfns.c > > Does anybody have a patch for this, or is there something simple and > obvious I'm missing. Does restarting emacs help? -- Maarten Bergvelt