Does anyone know if there is a way to have Flex serialize / deserialize
Dates using the Local Date Time rather the UTC.

For example:  Currently i'm seeing the following behavior:

(AMF3) Date (no timezone info) -> Flex (UTC) & Flex(UTC) -> AMF3
(no-timezone)

I'd like to be able to also do:

(AMF3) Date (no timezone info) -> Flex (Local)  & Flex(Local) -> AMF3
(no-timezone)

Any ideas to automatically do this?

I'm currently manually handling it for every date by runnning a function
that returns a local date as the following:

return new Date(returnDate.fullYearUTC, returnDate.monthUTC..........);

Thanks

Sam

Reply via email to