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
There is a public domain TimeZone library for .NET. Really useful. It will answer your needs.
Solving the general-case timezone problem is harder than you think.