From peterjeremy@optushome.com.au  Wed Nov 22 09:39:24 2006
Return-Path: <peterjeremy@optushome.com.au>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id BC13A16A407
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Nov 2006 09:39:24 +0000 (UTC)
	(envelope-from peterjeremy@optushome.com.au)
Received: from mail30.syd.optusnet.com.au (mail30.syd.optusnet.com.au [211.29.133.193])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8F01743D45
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Nov 2006 09:38:56 +0000 (GMT)
	(envelope-from peterjeremy@optushome.com.au)
Received: from turion.vk2pj.dyndns.org (c58-107-94-118.belrs4.nsw.optusnet.com.au [58.107.94.118])
	by mail30.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id kAM9dI7A022985
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Wed, 22 Nov 2006 20:39:19 +1100
Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1])
	by turion.vk2pj.dyndns.org (8.13.8/8.13.8) with ESMTP id kAM9dIlK001761;
	Wed, 22 Nov 2006 20:39:18 +1100 (EST)
	(envelope-from peter@turion.vk2pj.dyndns.org)
Received: (from peter@localhost)
	by turion.vk2pj.dyndns.org (8.13.8/8.13.8/Submit) id kAM9dHuM001760;
	Wed, 22 Nov 2006 20:39:17 +1100 (EST)
	(envelope-from peter)
Message-Id: <200611220939.kAM9dHuM001760@turion.vk2pj.dyndns.org>
Date: Wed, 22 Nov 2006 20:39:17 +1100 (EST)
From: Peter Jeremy <peterjeremy@optushome.com.au>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] Daylight Savings is being introduced in Western Australia
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         105738
>Category:       bin
>Synopsis:       [patch] Daylight Savings is being introduced in Western Australia
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 22 09:40:13 GMT 2006
>Closed-Date:    Fri Jun 15 11:45:15 GMT 2007
>Last-Modified:  Fri Jun 15 11:45:15 GMT 2007
>Originator:     Peter Jeremy
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
n/a
>Environment:
System: FreeBSD turion.vk2pj.dyndns.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #23: Fri Oct 27 09:36:46 EST 2006 root@turion.vk2pj.dyndns.org:/usr/obj/usr/src/sys/turion amd64

Affects all versions of FreeBSD

>Description:
	Yesterday, the Parliament of Western Australia passed legislation to
	introduce Daylight Savings for a 3 year trial period, commencing on
	3rd December 2006.  The lack of notice is quite unfortunate.

	See http://www.parliament.wa.gov.au/parliament/bills.nsf/BillProgressPopup?openForm&ParentUNID=9A1B183144403DA54825721200088DF1

	It would be nice if this change could be applied to FreeBSB in
	time for the start (including FreeBSD 6.2).
>How-To-Repeat:
	New functionality

>Fix:
Index: share/zoneinfo/australasia
===================================================================
RCS file: /usr/ncvs/src/share/zoneinfo/australasia,v
retrieving revision 1.30
diff -u -r1.30 australasia
--- share/zoneinfo/australasia	13 Oct 2006 10:03:23 -0000	1.30
+++ share/zoneinfo/australasia	22 Nov 2006 09:16:28 -0000
@@ -28,7 +28,19 @@
 Zone Australia/Darwin	 8:43:20 -	LMT	1895 Feb
 			 9:00	-	CST	1899 May
 			 9:30	Aus	CST
+
 # Western Australia
+#
+# From Peter Jeremy (2006-11-22)
+# The WA Parliament has just passed legislation to trial Daylight Saving
+# for 3 years, starting in December 2006.
+# http://www.parliament.wa.gov.au/parliament/bills.nsf/BillProgressPopup?openForm&ParentUNID=9A1B183144403DA54825721200088DF1
+#
+# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
+Rule	AW	2007	2009	-	Oct	lastSun	2:00s	1:00	-
+Rule	AW	2006	only	-	Dec	3	2:00s	0	-
+Rule	AW	2007	2009	-	Mar	lastSun	2:00s	0	-
+# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
 Zone Australia/Perth	 7:43:24 -	LMT	1895 Dec
 			 8:00	Aus	WST	1943 Jul
 			 8:00	-	WST	1974 Oct lastSun 2:00s
@@ -37,7 +49,8 @@
 			 8:00	1:00	WST	1984 Mar Sun>=1 2:00s
 			 8:00	-	WST	1991 Nov 17 2:00s
 			 8:00	1:00	WST	1992 Mar Sun>=1 2:00s
-			 8:00	-	WST
+			 8:00	AW	WST
+
 # Queensland
 #
 # From Alex Livingston (1996-11-01):
>Release-Note:
>Audit-Trail:

From: Ruslan Ermilov <ru@FreeBSD.org>
To: Peter Jeremy <peterjeremy@optushome.com.au>
Cc: bug-followup@FreeBSD.org
Subject: Re: bin/105738: [patch] Daylight Savings is being introduced in Western Australia
Date: Wed, 22 Nov 2006 13:56:17 +0300

 Peter,
 
 On Wed, Nov 22, 2006 at 08:39:17PM +1100, Peter Jeremy wrote:
 > Yesterday, the Parliament of Western Australia passed legislation to
 > introduce Daylight Savings for a 3 year trial period, commencing on
 > 3rd December 2006.  The lack of notice is quite unfortunate.
 > 
 > See http://www.parliament.wa.gov.au/parliament/bills.nsf/BillProgressPopup?openForm&ParentUNID=9A1B183144403DA54825721200088DF1
 > 
 > It would be nice if this change could be applied to FreeBSB in
 > time for the start (including FreeBSD 6.2).
 > 
 Did you submit it to Arthur David Olson <ado@elsie.nci.nih.gov> for
 inclusion into the next tzdata version?  We're tracking it, and it
 would be easier to just import a new version when it gets updated.
 I've just checked the latest version, tzdata2006o, and it doesn't
 include this change yet.
 
 
 Cheers,
 -- 
 Ruslan Ermilov
 ru@FreeBSD.org
 FreeBSD committer

From: Peter Jeremy <peterjeremy@optushome.com.au>
To: Ruslan Ermilov <ru@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: bin/105738: [patch] Daylight Savings is being introduced in Western Australia
Date: Wed, 22 Nov 2006 22:39:03 +1100

 --Q68bSM7Ycu6FN28Q
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Wed, 2006-Nov-22 13:56:17 +0300, Ruslan Ermilov wrote:
 >Did you submit it to Arthur David Olson <ado@elsie.nci.nih.gov> for
 >inclusion into the next tzdata version?
 
 I copied tz@elsie.nci.nih.gov, which was the only address I could find
 in the imported data.  I agree that it would be nicer to import the
 change but australasia is already off the vendor branch and I thought
 it would be advantageous to have this in 6.2 and I wasn't sure how
 fast the "official" update would be.
 
 --=20
 Peter Jeremy
 
 --Q68bSM7Ycu6FN28Q
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.5 (FreeBSD)
 
 iD8DBQFFZDbX/opHv/APuIcRAqKgAJ9ymhO3dQL+o7U+bHPNkmejpud6eACgw5CY
 VDd4e5+g6pGTJNKtUqmsrqc=
 =iouM
 -----END PGP SIGNATURE-----
 
 --Q68bSM7Ycu6FN28Q--

From: Ruslan Ermilov <ru@FreeBSD.org>
To: Peter Jeremy <peterjeremy@optushome.com.au>
Cc: bug-followup@FreeBSD.org
Subject: Re: bin/105738: [patch] Daylight Savings is being introduced in Western Australia
Date: Wed, 22 Nov 2006 15:05:32 +0300

 On Wed, Nov 22, 2006 at 10:39:03PM +1100, Peter Jeremy wrote:
 > On Wed, 2006-Nov-22 13:56:17 +0300, Ruslan Ermilov wrote:
 > >Did you submit it to Arthur David Olson <ado@elsie.nci.nih.gov> for
 > >inclusion into the next tzdata version?
 > 
 > I copied tz@elsie.nci.nih.gov, which was the only address I could find
 > in the imported data.  I agree that it would be nicer to import the
 > change but australasia is already off the vendor branch and I thought
 > it would be advantageous to have this in 6.2 and I wasn't sure how
 > fast the "official" update would be.
 > 
 It's off due to the snafu in the past, but is now kept identical to
 the vendor branch.  Let me know if you hear some news from David
 Olson, or when the new tzdata becomes available.  If it won't be
 in time for 6.2, I think we can cheat and commit what you have
 submitted only to RELENG_6{,_2}, and wait for the new tzdata to
 become available and then redo it properly.
 
 
 Cheers,
 -- 
 Ruslan Ermilov
 ru@FreeBSD.org
 FreeBSD committer

From: Peter Jeremy <peterjeremy@optushome.com.au>
To: Ruslan Ermilov <ru@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: bin/105738: [patch] Daylight Savings is being introduced in Western Australia
Date: Thu, 23 Nov 2006 21:31:54 +1100

 --3O1VwFp74L81IIeR
 Content-Type: multipart/mixed; boundary="oj4kGyHlBMXGt3Le"
 Content-Disposition: inline
 
 
 --oj4kGyHlBMXGt3Le
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Wed, 2006-Nov-22 13:56:17 +0300, Ruslan Ermilov wrote:
 >On Wed, Nov 22, 2006 at 08:39:17PM +1100, Peter Jeremy wrote:
 >> Yesterday, the Parliament of Western Australia passed legislation to
 >> introduce Daylight Savings for a 3 year trial period, commencing on
 >> 3rd December 2006.  The lack of notice is quite unfortunate.
 >>=20
 >> See http://www.parliament.wa.gov.au/parliament/bills.nsf/BillProgressPop=
 up?openForm&ParentUNID=3D9A1B183144403DA54825721200088DF1
 >>=20
 >> It would be nice if this change could be applied to FreeBSB in
 >> time for the start (including FreeBSD 6.2).
 >>=20
 >Did you submit it to Arthur David Olson <ado@elsie.nci.nih.gov> for
 >inclusion into the next tzdata version?  We're tracking it, and it
 >would be easier to just import a new version when it gets updated.
 >I've just checked the latest version, tzdata2006o, and it doesn't
 >include this change yet.
 
 The patch I submitted yesterday had a fairly silly error in it - I got
 the DST commencement range wrong.  Attached is a corrected patch.
 Mea culpa.
 
 --=20
 Peter Jeremy
 
 --oj4kGyHlBMXGt3Le
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=dst
 
 Index: share/zoneinfo/australasia
 ===================================================================
 RCS file: /usr/ncvs/src/share/zoneinfo/australasia,v
 retrieving revision 1.30
 diff -u -r1.30 australasia
 --- share/zoneinfo/australasia	13 Oct 2006 10:03:23 -0000	1.30
 +++ share/zoneinfo/australasia	22 Nov 2006 09:16:28 -0000
 @@ -28,7 +28,19 @@
  Zone Australia/Darwin	 8:43:20 -	LMT	1895 Feb
  			 9:00	-	CST	1899 May
  			 9:30	Aus	CST
 +
  # Western Australia
 +#
 +# From Peter Jeremy (2006-11-22)
 +# The WA Parliament has just passed legislation to trial Daylight Saving
 +# for 3 years, starting in December 2006.
 +# http://www.parliament.wa.gov.au/parliament/bills.nsf/BillProgressPopup?openForm&ParentUNID=9A1B183144403DA54825721200088DF1
 +#
 +# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
 +Rule	AW	2007	2008	-	Oct	lastSun	2:00s	1:00	-
 +Rule	AW	2006	only	-	Dec	3	2:00s	0	-
 +Rule	AW	2007	2009	-	Mar	lastSun	2:00s	0	-
 +# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
  Zone Australia/Perth	 7:43:24 -	LMT	1895 Dec
  			 8:00	Aus	WST	1943 Jul
  			 8:00	-	WST	1974 Oct lastSun 2:00s
 @@ -37,7 +49,8 @@
  			 8:00	1:00	WST	1984 Mar Sun>=1 2:00s
  			 8:00	-	WST	1991 Nov 17 2:00s
  			 8:00	1:00	WST	1992 Mar Sun>=1 2:00s
 -			 8:00	-	WST
 +			 8:00	AW	WST
 +
  # Queensland
  #
  # From Alex Livingston (1996-11-01):
 
 --oj4kGyHlBMXGt3Le--
 
 --3O1VwFp74L81IIeR
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.5 (FreeBSD)
 
 iD8DBQFFZXia/opHv/APuIcRAhL0AJ0QTuRkAxyoNxiWORaFRpl87ZfY7gCfZQo4
 SG3yyO43GPqqq6sXN1hm97k=
 =txfN
 -----END PGP SIGNATURE-----
 
 --3O1VwFp74L81IIeR--

From: Edwin Groothuis <edwin@mavetju.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: bin/105738: [patch] Daylight Savings is being introduced in Western Australia
Date: Tue, 28 Nov 2006 09:05:13 +1100

 On Wed, Nov 22, 2006 at 08:39:17PM +1100, Peter Jeremy wrote:
 > >Synopsis:       [patch] Daylight Savings is being introduced in Western Australia
 
 Fixed in 2006p which was made available during the night. Well, the
 night in .au.
 
 Edwin
 
 -- 
 Edwin Groothuis      |            Personal website: http://www.mavetju.org
 edwin@mavetju.org    |          Weblog: http://weblog.barnet.com.au/edwin/
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Fri Jun 15 11:44:50 UTC 2007 
State-Changed-Why:  
Duplicate of conf/109418. 

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