We are developing a C# application for a web-service client. This will run on Windows XP PC\'s.
One of the fields returned by the web service is a DateTime field. Th
TimeZone.CurrentTimeZone.ToLocalTime(date);