Does the .Net DateTime contain information about time zone where it was created?
I have a library parsing DateTime from a format that has \"+zz\" at the end, and wh
From the API (http://msdn.microsoft.com/en-us/library/system.datetime_members(VS.71).aspx) it does not seem it can show the name of the time zone used.