User220959680 posted
client is installed in different locations,
Use SpecifyKind method as shown below.
A DateTime object consists of a Kind field that indicates whether the time value is based on local time, Coordinated Universal Time (UTC),
or neither, and a Ticks field that contains a time value measured in 100-nanosecond ticks. The SpecifyKind method creates a new DateTime object
using the specified kind parameter and the original time value. [source: http://msdn.microsoft.com/en-us/library/system.datetime.specifykind.aspx ]
Refer http://www.mostlydevelopers.com/blog/post/2010/05/11/wcf-datetime-serialization.aspx