On 4/22/2010 4:13 AM, Tom McNeer wrote:
> So - we're not dealing with time zones. We're simply creating date/time

no, you're *always* dealing with tz when it comes to cf datetimes. cf will 
always use the server's tz for all datetime operations. dump out the java epoch 
for both server's

<cfscript>
        javaEpoch=createDateTime(1970,1,1,0,0,0);
        myDate=dateAdd('s',1271779666,javaEpoch);
        writeoutput("#myDate# ::: #myDate.getTime()#"); 
</cfscript>

are they the same?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333079
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to