Hi,
> My client is a large global company which is in ever region. So when user
> in India saves data on server in Virginia, it shows him as saved 10.5 he's
> later than he specified. How to fix it?
On projects I've worked on we've set the server time to GMT/UTC this make
calculations like that
math before viewing the date.
From: Oleg Konovalov [oleg...@gmail.com]
Sent: Tuesday, October 01, 2013 7:48 AM
To: dev@flex.apache.org
Subject: Re: blazeDS time zone
Justin,
My client is a large global company which is in ever region. So when user
in India saves
Justin,
My client is a large global company which is in ever region. So when user
in India saves data on server in Virginia, it shows him as saved 10.5 he's
later than he specified. How to fix it?
Also is conversion to ITCh done as date.getUTCDate() ?
On Sep 24, 2013 4:03 AM, "Justin Mclean" wrot
HI,
> I remember that using custom property proxies in BlazeDS I was able to adjust
> the serialization exactly the way I wanted to.
Probably via implementing IExternalizable and adding a writeExternal and
readExternal to all classes you want to serialise in a different way. Might be
a possible
Hi,
> BlazeDS automatically translate the time stamp between the client time zone
> setting the server time zone.
As I mentioned in anther thread, this is a Flash Player feature not a BlaseDS
one. Have a read of
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/Date.html
As a