From sean-freebsd@farley.org  Sun Apr  1 19:54:23 2007
Return-Path: <sean-freebsd@farley.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 4D52A16A404
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  1 Apr 2007 19:54:23 +0000 (UTC)
	(envelope-from sean-freebsd@farley.org)
Received: from mail.farley.org (farley.org [67.64.95.201])
	by mx1.freebsd.org (Postfix) with ESMTP id EB9A513C4BA
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  1 Apr 2007 19:54:22 +0000 (UTC)
	(envelope-from sean-freebsd@farley.org)
Received: from thor.farley.org (thor.farley.org [192.168.1.5])
	by mail.farley.org (8.14.0/8.14.0) with ESMTP id l31JfrLw004980
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 1 Apr 2007 14:41:53 -0500 (CDT)
	(envelope-from sean-freebsd@mail.farley.org)
Received: from thor.farley.org (localhost [127.0.0.1])
	by thor.farley.org (8.13.8/8.13.8) with ESMTP id l31Jfk6a001251
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 1 Apr 2007 14:41:46 -0500 (CDT)
	(envelope-from sean-freebsd@thor.farley.org)
Received: (from sean@localhost)
	by thor.farley.org (8.13.8/8.13.8/Submit) id l31Jfj59001250;
	Sun, 1 Apr 2007 14:41:45 -0500 (CDT)
	(envelope-from sean-freebsd)
Message-Id: <200704011941.l31Jfj59001250@thor.farley.org>
Date: Sun, 1 Apr 2007 14:41:45 -0500 (CDT)
From: Sean Farley <sean-freebsd@farley.org>
Reply-To: Sean Farley <sean-freebsd@farley.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] US calendar fix for daylight savings change
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         111102
>Category:       conf
>Synopsis:       [PATCH] US calendar fix for daylight savings change
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 01 20:00:18 GMT 2007
>Closed-Date:    Sun Apr 29 20:15:08 GMT 2007
>Last-Modified:  Sun Apr 29 20:15:08 GMT 2007
>Originator:     Sean Farley
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD thor.farley.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Feb 16 16:30:29 CST 2007 root@thor.farley.org:/usr/obj/usr/src/sys/THOR i386

>Description:
The US calendar still uses the old values for the Daylight Savings switch.

>How-To-Repeat:
>Fix:
Same as fix from OpenBSD PR user/5433.

--- calendar.usholiday.orig	Tue Apr 15 21:18:30 2003
+++ calendar.usholiday	Sun Apr  1 14:35:02 2007
@@ -13,11 +13,11 @@
 02/14	St. Valentine's Day
 02/MonThird	President's Day (3rd Monday of February)
 03/05	Mother-in-Law Day, USA
+03/SunSecond	Daylight Savings Time begins in USA; clocks move forward (1st Sunday of April)
 03/17	St. Patrick's Day
 03/20*	Vernal Equinox
 04/01	April Fool's Day
 04/15	Income Tax Day, USA.
-04/SunFirst	Daylight Savings Time begins in USA; clocks move forward (1st Sunday of April)
 04/28*	Arbor Day, USA (varies from state to state)
 05/SunSecond	Mother's Day (2nd Sunday of May)
 05/SatThird	Armed Forces in USA Day (3rd Saturday of May)
@@ -29,8 +29,8 @@
 09/SunSecond	Grandparent's Day in USA (2nd Sunday of September; varies from state to state)
 09/22*	Autumnal Equinox
 10/MonSecond	Columbus Day in USA (2nd Monday of October)
-10/SunLast	Daylight Savings Time ends in USA; clocks move back (Last Sunday in October)
 10/31	All Hallows Eve  (Halloween)
+11/SunFirst	Daylight Savings Time ends in USA; clocks move back (Last Sunday in October)
 11/05*	Election Day in USA (1st Tuesday after 1st Monday for even years)
 11/11	Veterans' Day
 11/ThuFourth	Thanksgiving Day (4th Thursday in November)
>Release-Note:
>Audit-Trail:

From: "Sean C. Farley" <sean-freebsd@farley.org>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org
Cc:  
Subject: Re: conf/111102: [PATCH] US calendar fix for daylight savings change
Date: Sun, 1 Apr 2007 15:09:24 -0500 (CDT)

 Oops!  I forgot to update the message along with the date.  Here is a
 new patch.
 
 If it makes it look better, the committer may want to change the "in" to
 "of" for Thanksgiving or "of" to "in" for all but Thanksgiving.  This
 would make it a bit more concise.
 
 --- calendar.usholiday.orig	Tue Apr 15 21:18:30 2003
 +++ calendar.usholiday	Sun Apr  1 15:05:15 2007
 @@ -13,11 +13,11 @@
   02/14	St. Valentine's Day
   02/MonThird	President's Day (3rd Monday of February)
   03/05	Mother-in-Law Day, USA
 +03/SunSecond	Daylight Savings Time begins in USA; clocks move forward (2nd Sunday of March)
   03/17	St. Patrick's Day
   03/20*	Vernal Equinox
   04/01	April Fool's Day
   04/15	Income Tax Day, USA.
 -04/SunFirst	Daylight Savings Time begins in USA; clocks move forward (1st Sunday of April)
   04/28*	Arbor Day, USA (varies from state to state)
   05/SunSecond	Mother's Day (2nd Sunday of May)
   05/SatThird	Armed Forces in USA Day (3rd Saturday of May)
 @@ -29,8 +29,8 @@
   09/SunSecond	Grandparent's Day in USA (2nd Sunday of September; varies from state to state)
   09/22*	Autumnal Equinox
   10/MonSecond	Columbus Day in USA (2nd Monday of October)
 -10/SunLast	Daylight Savings Time ends in USA; clocks move back (Last Sunday in October)
   10/31	All Hallows Eve  (Halloween)
 +11/SunFirst	Daylight Savings Time ends in USA; clocks move back (1st Sunday of November)
   11/05*	Election Day in USA (1st Tuesday after 1st Monday for even years)
   11/11	Veterans' Day
   11/ThuFourth	Thanksgiving Day (4th Thursday in November)

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/111102: commit references a PR
Date: Sun, 29 Apr 2007 20:03:14 +0000 (UTC)

 dwmalone    2007-04-29 20:03:06 UTC
 
   FreeBSD src repository
 
   Modified files:
     usr.bin/calendar/calendars calendar.usholiday 
   Log:
   Change the date for Daylight Savings in the US.
   
   PR:             111102
   Submitted by:   Sean Farley <sean-freebsd@farley.org>
   Obtained from:  OpenBSD
   
   Revision  Changes    Path
   1.9       +2 -2      src/usr.bin/calendar/calendars/calendar.usholiday
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: dwmalone 
State-Changed-When: Sun Apr 29 20:14:30 UTC 2007 
State-Changed-Why:  
Now fixed in -current in RELENG_6. Thanks for the PR. 

David. 

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