From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Randy Bush Newsgroups: gmane.emacs.bugs Subject: Re: 21.2.1 sticky date Date: Wed, 04 Sep 2002 02:24:22 -0700 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1031131438 1384 127.0.0.1 (4 Sep 2002 09:23:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 4 Sep 2002 09:23:58 +0000 (UTC) Cc: emacs help Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17mWOD-0000MC-00 for ; Wed, 04 Sep 2002 11:23:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17mWPo-0008Q3-00; Wed, 04 Sep 2002 05:25:36 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17mWOh-0008OR-00 for bug-gnu-emacs@gnu.org; Wed, 04 Sep 2002 05:24:27 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17mWOe-0008O3-00 for bug-gnu-emacs@gnu.org; Wed, 04 Sep 2002 05:24:26 -0400 Original-Received: from c143.apnic14.nic.ad.jp ([202.11.26.143] helo=roam.psg.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 17mWOe-0008Nf-00 for bug-gnu-emacs@gnu.org; Wed, 04 Sep 2002 05:24:24 -0400 Original-Received: from localhost ([127.0.0.1] helo=roam.psg.com.psg.com ident=randy) by roam.psg.com with esmtp (Exim 4.05) id 17mWOc-0005bW-00; Wed, 04 Sep 2002 02:24:22 -0700 Original-To: Andreas Schwab Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3408 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3408 >>>> my laptop roams and i tend to go with it, right now we are in japan. >>>> using tzsetup, i reset the timezone on my system as i move. e.g. >>>> roam.psg.com:/usr/home/randy> date >>>> Wed Sep 4 14:15:47 JST 2002 >>>> but emacs seems to remember the timezone where emacs was first >>>> run after the system was last booted. >>> This is the same with every program that still runs when you change the >>> time zone. The current time zone is usually only determined once during >>> startup. To reinitialize Emacs' view of the system's time zone use >>> set-time-zone-rule. >> it is sticky across restarting emacs > Make sure you do not have set TZ in the environment. did that % env | grep TZ % note that, just to recheck my previous assertion, i have restart emaces and it still thinks we are in seattle (-0700) as opposed to kokura (+0900). randy