Hi,

I have a time drop-down in my UI. When I set this time as a property
of my serializable object, which is a java.util.Date (we will be
getting rid of this deprecated code, but not quite yet), it uses the
local time zone. I need to save the date to the database using the
local time. When I step through the code for making the RPC call, when
it gets to the implementation of the RemoteService interface, this
same property now contains the time as GMT. It is a requirement to
save the local time to the database. How can I do this?

-- 
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.

Reply via email to