I am returning a DataSet from a WCF web service to the client. The server and client are in different time zones. Some DateTime columns are the server’s local time, others are in UTC.
The problem is the DateTime values in the returned DataSet get converted to client’s local time. Is there a way to preserve the DateTime values that the server is sending back?
Return DateTimeOffset.