
December 2, 2009 23:18 by
Brian Keating |
With .NET 1.1 when we receive a UTC DateTime in a SOAP response from a webservice it used to get converted to Local time.
With .NET 2.0 when we receive a UTC DateTime in a SOAP response it stayes in UTC.
If you need it in local time make sure to call .ToLocalTime()
** Edit: P.s. Have a look at this neat class in the framework XmlConvert
About Brian Keating
Professional Software Developer, .NET / C++ / Java View all posts by
Brian Keating →