Imagine I store everything on the server according to the server's date. However, when the user tries to access these data from the server, the user might be not in the same timezone as the server. So, basically when the user receives data from the server, I want the data's date to be converted to user's timezone. How can I do this in gwt, considering I'm receiving a Date object from the server? Any links or suggestions are highly welcome.
Thank you.