I am trying to serialize an object which as datetime properties into xml. I
am in Centrol Time and Time zone shows GMT-06. The DateTime properties are
always serializing to 2004-06-21T00:00:00.0000000-05:00. I thought it should
serialize to 2004-06-21T00:00:00.0000000-06:00 after this Sunday when we
changed time. Any thoughts why still it is serializing to GMT-05 instead of
GMT-06.
Thanks
Naga Rao
Dino Chiesa [Microsoft] - 03 Nov 2004 16:15 GMT
is your computer set to "Automatically adjust clock for daylight savings
changes" ?
Also, run this code:
http://www.winisp.net/cheeso/srcview.aspx?dir=misc&file=DaylightSavings.cs
what do you get ?
-D
ps: what does this have to do with webservices?
>I am trying to serialize an object which as datetime properties into xml. I
> am in Centrol Time and Time zone shows GMT-06. The DateTime properties
[quoted text clipped - 9 lines]
>
> Naga Rao