Hi,
I'm not aware any improvements on ADO.Net for this DataTime limitation. The workaround in the link is still valid. If you are willing to serialize your DataSet with your custom serialization class, you can also consider serializing the DataTime value to
UTC time and deserializing it to local time of the remote machine.
Thanks,
Dong
This posting is provided AS IS with no warranties, and confers no rights.