time zone correction

2005-09-28 Thread Tim Laureska
The web server I'm using is on the west coast of US...we're on the east coast Obviously there is a time zone difference, which I'm trying to address.. Need to put the east coast time in a cfmail doc Can anyone recommend a way to adjust the time in the cfmail doc by 3 hours? I've tried adding

Re: time zone correction

2005-09-28 Thread Ryan Guill
dateadd() http://livedocs.macromedia.com/coldfusion/7/htmldocs/0437.htm On 9/28/05, Tim Laureska [EMAIL PROTECTED] wrote: The web server I'm using is on the west coast of US...we're on the east coast Obviously there is a time zone difference, which I'm trying to address.. Need to put

RE: time zone correction

2005-09-28 Thread Tim Laureska
Thanks Ryan... I'll check that out -Original Message- From: Ryan Guill [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 28, 2005 10:10 AM To: CF-Talk Subject: Re: time zone correction dateadd() http://livedocs.macromedia.com/coldfusion/7/htmldocs/0437.htm On 9/28/05, Tim

Re: time zone correction

2005-09-28 Thread Ryan Guill
-Original Message- From: Ryan Guill [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 28, 2005 10:10 AM To: CF-Talk Subject: Re: time zone correction dateadd() http://livedocs.macromedia.com/coldfusion/7/htmldocs/0437.htm On 9/28/05, Tim Laureska [EMAIL PROTECTED] wrote

Re: time zone correction

2005-09-28 Thread Ryan Guill
,now()) On 9/28/05, Tim Laureska [EMAIL PROTECTED] wrote: Thanks Ryan... I'll check that out -Original Message- From: Ryan Guill [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 28, 2005 10:10 AM To: CF-Talk Subject: Re: time zone correction dateadd() http

Re: time zone correction

2005-09-28 Thread Paul Hastings
Ryan Guill wrote: sorry for such a breif answer, I was actually in the middle of something but since it was so easy to give you that little bit of help I just posted it real quick. Heres a better answer: dateAdd(hh,3,now()) and is everybody using DST?

RE: time zone correction

2005-09-28 Thread Tim Laureska
In my area yes, but as you say there would need to be DST adjustments for other locales -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 28, 2005 10:37 AM To: CF-Talk Subject: Re: time zone correction Ryan Guill wrote: sorry for such a breif