What do you mean? the timestamp format doesn't change from timezone to 
timezone... just the time changes.
CST = EST - 1hour.

<cfscript>
    DateAdd("h", -1, myESTTimeStamp);
</cfscript>

Is there something I'm missing here?

Chris

Deepak Gupta wrote:
> Hi 
>
> How can I convert EST timestamp to CST timestamp?  Has anyone done this?
>
> I am looking for a very small logic to do that. 
>
>
> -D
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276126
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to