T
trinitypete
Hi All,
I have an XML file that contains a UTC DateTime string
e.g. "2003-07-15T10:30:00-07:00" whenever I user
Convert.ToDateTime or DateTime.Parse, then the time
portion of the DateTime ends up as 18:30. The software is
windows forms and is running on my local machine. The
local machine time zone is GMT and all other locale
settings are for English UK. As timezone is GMT, I would
have expected the time to remain at 10:30.
Any Ideas?
Pete.
I have an XML file that contains a UTC DateTime string
e.g. "2003-07-15T10:30:00-07:00" whenever I user
Convert.ToDateTime or DateTime.Parse, then the time
portion of the DateTime ends up as 18:30. The software is
windows forms and is running on my local machine. The
local machine time zone is GMT and all other locale
settings are for English UK. As timezone is GMT, I would
have expected the time to remain at 10:30.
Any Ideas?
Pete.