I have to format date/time in my gwt app with specific timezone, which is loaded from the server. Possible timezones are like this GMT, GMT+1, GMT-2 etc... Up to now i used DateTimeFormat to format my timestamps, and they used client's locale.
PLease help.