Occasionaly Windows time zones are updated (e.g. http://support.microsoft.com/default.aspx/kb/970653). Does this also updates time zone information inside .NET framework?
+3
A:
Yes.
See the following quote from this blog post on TimeZone from the .NET Base Class Team blog.
The best part about this is that… if you are on an Vista machine… all of those functionality will have Vista’s Dynamic Time Zone support, because our calculations are done with the time zone data available on your OS.
This to me seems to indicate that the .NET Framework time zone info should be in sync with whatever the hosting OS provides.
thinkzig
2009-08-11 19:52:24
Sweet, thanks for the [random to me] info :)
280Z28
2009-08-11 19:58:16