How to keep windows 2003 Daylight Saving values updated
- by SirMoreno
My web app runs on windows 2003 .Net 3.5
I have users from Israel (GMT +2), and Israel switched to Daylight saving time on 26/3/10 so now it's (GMT +3).
I use TimeZoneInfo.ConvertTime that doesn’t know the Daylight saving time switch is on 26/3/10 so it still converts to GMT +2.
I asked on StackOverflow:…