From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel Subject: Re: US daylight savings for 2007 Date: Sun, 24 Dec 2006 11:59:42 +1100 Message-ID: <87ac1e6rcx.fsf@zip.com.au> References: <877iwm6x6e.fsf@zip.com.au> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1166922007 27583 80.91.229.10 (24 Dec 2006 01:00:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Dec 2006 01:00:07 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 24 02:00:05 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GyHie-0005CJ-Nt for ged-emacs-devel@m.gmane.org; Sun, 24 Dec 2006 02:00:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GyHie-0006GH-Dl for ged-emacs-devel@m.gmane.org; Sat, 23 Dec 2006 20:00:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GyHiO-0006DV-58 for emacs-devel@gnu.org; Sat, 23 Dec 2006 19:59:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GyHiM-0006CG-Fs for emacs-devel@gnu.org; Sat, 23 Dec 2006 19:59:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GyHiM-0006CA-9C for emacs-devel@gnu.org; Sat, 23 Dec 2006 19:59:46 -0500 Original-Received: from [61.8.2.215] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GyHiJ-0000ni-MO for emacs-devel@gnu.org; Sat, 23 Dec 2006 19:59:44 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id 7C94A32825C for ; Sun, 24 Dec 2006 11:59:42 +1100 (EST) Original-Received: from localhost (ppp2F33.dyn.pacific.net.au [61.8.47.51]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 122358C16 for ; Sun, 24 Dec 2006 11:59:42 +1100 (EST) Original-Received: from gg by localhost with local (Exim 4.63) (envelope-from ) id 1GyHiJ-0001xG-8L for emacs-devel@gnu.org; Sun, 24 Dec 2006 11:59:43 +1100 Original-To: emacs-devel@gnu.org In-Reply-To: (Robert J. Chassell's message of "Thu, 21 Dec 2006 07:22:28 -0500 (EST)") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:64184 Archived-At: "Robert J. Chassell" writes: > > ;; second Sunday in March > (setq calendar-daylight-savings-starts '(calendar-nth-named-day 2 0 3 year)) > ;; first Sunday in November > (setq calendar-daylight-savings-ends '(calendar-nth-named-day 1 0 11 year)) Yes. I was proposing to make that the default in the code, following the way the manual says that the code defaults to current US rules. (Not that the default in the code will be often reached these days, certainly it's not on a gnu system.)