Andy,

Great post. I just finished my own implementation of the same controls, and I 
followed the same logic with one exception.

You say that your server knows a user's time zone. How? A user may travel and 
access your site from a different computer set to a different time zone. So, 
what happens when a user has time zone A stored in his profile, but he accesses 
your site from time zone B?

I decided to implement a proper TimeZone object on the client, which allows me 
to show dates and times (and to take dates and times) in any time zone a user 
chooses, regardless on the browser time zone.

I'd appreciate your thoughts.

Andrei

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/AE7YpUjgWAUJ.
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.

Reply via email to