A: 

When you retrieve the date, convert the DateTime kind to UTC. This should resolve your issue.

+1  A: 

Here's a good explanation of the issue and a workaround:

http://www.whycantyoucode.com/2009/11/workaround-for-silverlight-ria-services-datetime-discrepancy-between-server-and-client/

legenden