My server can give me a nice timezone string like "EST5EDT" that works
well in Java on the server.  The question is how would I use such a
string in the client-side TimeZone/TimeZoneInfo?  Clearly it's looking
for json string format that is not specified in the javadocs rather
than a timezone string like above.

I'd like my DateFormat to show 'z' using the more common TimeZone spec
than UTC-5 and the like.  Since my server has the user's preferred
date format and timezone specs, I can easily pass them back to the
client, but I don't know how to get my timezone string to be useful on
the client.

Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to