This is the solution to my issue
http://flexblog.faratasystems.com/index.php/flex-local-datestime-transfer-issue/

I copied the LineItemDTO.java file into
C:\ColdFusion9\wwwroot\WEB-INF\classes
as package com;
import java.io.Serializable; ...bla...

In My app i have the folder src\com, I add the file to this folder as:
package com
{
        import flash.events.EventDispatcher;
        [RemoteClass(alias="com.LineItemDTO")] ... bla...
Restart CF and start working. Now the client and server are using the same
time zone.
I hope this help to someone later :)
Best,







--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Time-zone-issue-tp12851p12886.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to