Hello,
I have an issue with setting timezones and using the API GetTimeZoneInformation that I would appreciate some help understanding.
Setting the timezone to GMT+02:00 Jerusalem on computer1 and running a function in our application that uses GetTimeZoneInformation , that API returns StandardName equals "Jerusalem Standard Time".
Repeating the same test on another computer, that API returns StandardName equals "Israel Standard Time".
Both computers are using WindowsXP Professional SP3.
So the first question is, why does the method return different result?
The second question is, where does the GetTimeZoneInformation API get the timezone information from? Ran Process Monitor while executing the GetTimeZoneInformation API but the API did not access the registry.
