From owner-freebsd-questions@FreeBSD.ORG Tue Jan 23 01:23:28 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8AB9016A406 for ; Tue, 23 Jan 2007 01:23:28 +0000 (UTC) (envelope-from dwiest@vailsys.com) Received: from cprobd02.vailsys.com (cprobd02.vailsys.com [63.210.102.130]) by mx1.freebsd.org (Postfix) with ESMTP id 68CEE13C442 for ; Tue, 23 Jan 2007 01:23:28 +0000 (UTC) (envelope-from dwiest@vailsys.com) Received: from dfsfbd06.vail (dfsfbd06.vail [192.168.129.190]) by cprobd02.vailsys.com (Postfix) with ESMTP id 4303DCE50F; Mon, 22 Jan 2007 19:23:28 -0600 (CST) Received: from dfwdamian.vail (dfwdamian.vail [192.168.129.233]) by dfsfbd06.vail (Postfix) with ESMTP id 0B0EA323E98; Mon, 22 Jan 2007 19:23:28 -0600 (CST) Received: from dfwdamian.vail (dwiest@localhost.vail [127.0.0.1]) by dfwdamian.vail (8.13.4/8.13.4) with ESMTP id l0N1NRrs015614; Mon, 22 Jan 2007 19:23:27 -0600 (CST) Received: (from dwiest@localhost) by dfwdamian.vail (8.13.4/8.13.4/Submit) id l0N1NR9u000863; Mon, 22 Jan 2007 19:23:27 -0600 (CST) X-Authentication-Warning: dfwdamian.vail: dwiest set sender to dwiest@vailsys.com using -f Date: Mon, 22 Jan 2007 19:23:27 -0600 From: Damian Wiest To: hal Message-ID: <20070123012327.GE22569@dfwdamian.vail> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Daylight savings time / 6.1 and 4.11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jan 2007 01:23:28 -0000 On Tue, Jan 16, 2007 at 01:31:22PM -0700, hal wrote: > This came down from above?! > > Beginning in 2007, Daylight Savings Time will be lengthened one month > by starting three weeks earlier (2AM on the second Sunday in March) > and ending one week later (2AM on the first Sunday in November). > > > What patch levels do I need to be at for my 4.7 and 6.1 systems to be > daylight savings 2007 ready? > > Currently: 4.11-RELEASE-p25 > > Currently: 6.1-RELEASE-p10 > > hal You can grab the latest zoneinfo file from http://www.nih.gov/ and recompile it with /usr/sbin/zic. Yeah, you could use the ports tree, but I prefer using methods that are a little more portable across operating systems. I've got like two dozen different OS releases of various flavors to update with the new timezone information. -Damian