Hi Paul,
Thanks so much for your response:)
Yes.
I found:
http://www.cflib.org/index.cfm?event=page.udfbyid&udfid=719
<!--- myHawaii_time.cfm--->
   <cffunction name="LocalTime" returnType="date" output="false"  
hint="Returns Local Time">

     <cfset var timeZoneInfo = GetTimeZoneInfo()>
     <!--- local time GMT offset. --->
     <cfset var offset = -10>
     <cfset var GMTtime = DateAdd('s', timeZoneInfo.UTCtotalOffset,  
Now() )>
     <cfset var theLocalTime = DateAdd('h',offset,GMTtime)>
     <cfreturn theLocaltime>
   </cffunction>
   <p class="style2">
     <cfoutput>#lsDateFormat(localtime(), 'full')# #lsTimeFormat 
(localtime(),'full')#</cfoutput>

When I run this file I get:
Sunday, March 29, 2009 6:20:37 PM CDT

but the file is on the server in Delware, but it displays the time in  
Hawaii

This file is located at:

http://www.gotnutrients.net/myHawaii_time.cfm


so I think that when I change my cfqueries with this function, I will  
get the results that I am trying;that is, getting the cfquries to run  
according to Hawaii time, and not EST time.
This is my hope, which sounds like it should work!
Thanks so much for your help,
John

On Mar 29, 2009, at 1:48 PM, Paul Kukiel wrote:

>
> Hi John,
>
> Did you solve this?
>
> Paul.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4476
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to