Thanks. That's all I needed. I just needed to figure this out for a single
location which follows the standard rules. Determining the daylight savings
period for other locals isn't necessary.
For anyone interested, here's one way to generate those dates in the year
"y":
<!--- First Sunday in April --->
<cfset begindate = "4/#Val(8 - DayOfWeek('4/7/#y#'))#/#y#">
<!--- Last Sunday in October --->
<cfset enddate = "10/#Val(32 - DayOfWeek('10/31/#y#'))#/#y#">
Jim
----- Original Message -----
From: "pan" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, November 14, 2000 9:07 PM
Subject: Re: Standard or Daylight Savings Time
>
> ----- Original Message -----
> From: "Jim McAtee" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, November 14, 2000 16:41
> Subject: OT: Standard or Daylight Savings Time
>
>
> > Anyone know where I can get a list of dates that daylight savings time
> > begins and ends for, say, the next 10 years?
> >
>
> "Since 1987, Daylight Saving Time in all U.S. states,
> the District of Columbia, and U.S. possessions begins
> at 2am on the first Sunday in Apr. and ends at 2am
> in the last Sunday in Oct."
> Source: World Almanac and Book of Facts
>
> Outside the US I don't know.
>
> Pan
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message
with 'unsubscribe' in the body to [EMAIL PROTECTED]