My problem is not really how to store the date. I store them as GMT. My question is more about where should I run the code to process these dates in a localized manner. Either I do it on the server side to avoid sending too much data over the wire. In that case I need to get the client locale and timezone. Or I do it on the client side and I just have to process the date with DateTimeFormat. I think the first solution is more efficient in term of data transfered but the second one is easier to implement.
-- 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.
