I'm working on a GWT app where I need to support the following scenario:
The server is located in time zone A
The client's browser is set to time zone B
The GWT app is configured to display date/time in time zone C
Since GWT does not support Calendar and the native support for time zones in javascript is non-existent I can't think of a nice and clean solution to this problem.
Have any of you done something similar or do you know of any good utils I could use?
Thanks!