I have been searching hi and lo to find some information/answers to my problem:
I need to report the clients timezone in my app and I don't want to show it as UTC+2 or such like. And I also need it to pass it to my web server for session specific information/convertions. So I need some format/info that the Java-servlet can use to convert it to the appr java.util.TimeZone the client runs in. The TimeZoneInfo class docs says "The relevant strings of JSON can be found in TimeZoneConstants, or versions localized for non-en locales can be downloaded elsewhere." Can anyone point me to such an "elsewhere", were I can find the necessary localized TimeZone info for, let's say, the german locale? Or, failing that, what is the format of json String that I need to provide to buildTimeZoneData()? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
