Well, if I read his post correctly, the server resides in a location that is
on EST all year without ever switching to daylight savings time and back
again. The client site is on EST but does use daylight savings time.
Therefore, once the client site goes to DST he'll need to add an hour so
that the viewed time at the client is (EST + 1). Once the client 'falls
back' to normal EST the posted time on the server will still be (EST + 1),
which is wrong.

Steve

-----Original Message-----
From: Steve Reich [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 07, 2000 1:02 AM
To: [EMAIL PROTECTED]
Subject: Re: Indiana time (EST) --> Michigan time (DST)


>If I understand you correctly, you just use DateAdd("h", "1", Now()). This
>would add 1 hour to the current time. Don't forget to add logic which
>monitors the current date otherwise you'll be an hour off for half the year


If DateAdd("h", "1", Now()) adds 1 hour to the current time, how do you
figure it would be off half the year?

Steve

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to