How can I determine if local time is adjusted for daylight savings?
c#, date, dst, time
Solution
You can use `TimeZoneInfo.Local.IsDaylightSavingsTime``(DateTime.Now)` to check to see if the current time is being adjusted.
Problem
Is it possible to know if local time is daylight savings adjusted? Is it possible to know if the local time on machine is correct? I guess pretty weird stupid questions (assuming no internet connection), but you never know!!