From bjones@business.otago.ac.nz  Tue Aug 21 21:51:07 2007
Return-Path: <bjones@business.otago.ac.nz>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9492816A417
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Aug 2007 21:51:07 +0000 (UTC)
	(envelope-from bjones@business.otago.ac.nz)
Received: from mailhub2.otago.ac.nz (mailhub2.otago.ac.nz [139.80.64.247])
	by mx1.freebsd.org (Postfix) with ESMTP id 1CAF413C48D
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Aug 2007 21:51:06 +0000 (UTC)
	(envelope-from bjones@business.otago.ac.nz)
Received: from edgar.local (edgar.commerce.otago.ac.nz [139.80.81.112])
	by mailhub2.otago.ac.nz (8.13.8/8.13.8) with ESMTP id l7LLSAFf006958
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Aug 2007 09:28:10 +1200
Received: from edgar.local (localhost [127.0.0.1])
	by edgar.local (8.13.8/8.13.8) with ESMTP id l7LLSACp003450
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Aug 2007 09:28:10 +1200 (NZST)
	(envelope-from bjones@edgar.local)
Received: (from bjones@localhost)
	by edgar.local (8.13.8/8.13.8/Submit) id l7LLSAvf003449;
	Wed, 22 Aug 2007 09:28:10 +1200 (NZST)
	(envelope-from bjones)
Message-Id: <200708212128.l7LLSAvf003449@edgar.local>
Date: Wed, 22 Aug 2007 09:28:10 +1200 (NZST)
From: Brent Jones <bjones@business.otago.ac.nz>
Reply-To: Brent Jones <bjones@business.otago.ac.nz>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New Zealand changed daylight savings time, spring 2007 onwards.  
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         115697
>Category:       conf
>Synopsis:       [patch] New Zealand changed daylight savings time, spring 2007 onwards.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    edwin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 21 22:00:07 GMT 2007
>Closed-Date:    Wed Sep 19 22:53:01 GMT 2007
>Last-Modified:  Wed Sep 19 22:53:01 GMT 2007
>Originator:     Brent Jones
>Release:        FreeBSD 6.2-RELEASE-p7 i386
>Organization:
University of Otago
>Environment:
System: FreeBSD edgar.local 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #0: Fri Aug 3 15:45:04 NZST 2007 root@edgar.local:/usr/obj/usr/src/sys/SoB_4BSD_SQUID i386

>Description:

	New Zealand changed the law for daylight savings time.  The
	new law is NZDT begins the last Sun of Sept (starting in
	2007) and NZST resumes the 1st Sunday in April (starting
	in 2008).  Attached is a diff to /usr/src/share/zoneinfo/australasia
	reflecting this change.

>How-To-Repeat:
	nothing to repeat.
>Fix:

	If in New Zealand, patch /usr/src/share/zoneinfo/australasia 
	make clean && make install from /usr/src/share/zoneinfo then rerun
	tzconfig to install a new /etc/localtime file for your system.


	Attached is the diff (version numbers have not been bumped):


*** /usr/src/share/zoneinfo/australasia Tue Oct 17 00:53:21 2006
--- ./australasia.2007  Tue Aug 21 15:36:27 2007
***************
*** 339,348 ****
  Rule  Chatham 1976    1989    -       Mar     Sun>=1  2:45s   0       S
  Rule  NZ      1989    only    -       Oct     Sun>=8  2:00s   1:00    D
  Rule  Chatham 1989    only    -       Oct     Sun>=8  2:45s   1:00    D
! Rule  NZ      1990    max     -       Oct     Sun>=1  2:00s   1:00    D
! Rule  Chatham 1990    max     -       Oct     Sun>=1  2:45s   1:00    D
! Rule  NZ      1990    max     -       Mar     Sun>=15 2:00s   0       S
! Rule  Chatham 1990    max     -       Mar     Sun>=15 2:45s   0       S
  # Zone        NAME            GMTOFF  RULES   FORMAT  [UNTIL]
  Zone Pacific/Auckland 11:39:04 -      LMT     1868 Nov  2
                        11:30   NZ      NZ%sT   1946 Jan  1
--- 339,353 ----
  Rule  Chatham 1976    1989    -       Mar     Sun>=1  2:45s   0       S
  Rule  NZ      1989    only    -       Oct     Sun>=8  2:00s   1:00    D
  Rule  Chatham 1989    only    -       Oct     Sun>=8  2:45s   1:00    D
! Rule  NZ      1990    2006    -       Oct     Sun>=1  2:00s   1:00    D
! Rule  Chatham 1990    2006    -       Oct     Sun>=1  2:45s   1:00    D
! Rule  NZ      1990    2007    -       Mar     Sun>=15 2:00s   0       S
! Rule  Chatham 1990    2007    -       Mar     Sun>=15 2:45s   0       S
! Rule  NZ      2007    max     -       Sep     lastSun 2:00s   1:00    D
! Rule  Chatham 2007    max     -       Sep     lastSun 2:45s   1:00    D
! Rule  NZ      2008    max     -       Apr     Sun>=1  2:00s   0       S
! Rule  Chatham 2008    max     -       Apr     Sun>=1  2:45s   0       S
! #
  # Zone        NAME            GMTOFF  RULES   FORMAT  [UNTIL]
  Zone Pacific/Auckland 11:39:04 -      LMT     1868 Nov  2
                        11:30   NZ      NZ%sT   1946 Jan  1


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->edwin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Aug 26 22:28:23 UTC 2007 
Responsible-Changed-Why:  
This has been reflected in the latest version of port/misc/zoneinfo 
and in the latest commits to the CVS tree. These will be MFCed 
coming weekend, and then available in RELENG_5 and RELENG_6. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=115697 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Wed Sep 19 22:52:35 UTC 2007 
State-Changed-Why:  
The zoneinfo has been MFCs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115697 
>Unformatted:
