I am trying to update the TimeZone of the windows mobile device from my application using the OPenNetCF.WindowsCE.SetTimeZoneInformation call. It always sets the timezone to the standard timezone(ignores the day light timezone) when there are timezones with the same offset. To be clear, say I am trying to set the TimeZone to GMT-5 Eastern (new-york zone, which observes day light) from GMT-7 Arizona (mountain standard) and for some reason, it always sets the new time zone to GMT-5 Indiana (which doesn't observe day light settings).
To confirm if I am setting it correctly, after setting the timeZone, I did a GetTimeZOneInformation to see if the timezone what I set earlier is matching and it does. So, I dont know how this setting is getting messed up internally.
I don't find any documentation about setting the Timezone or adjusting the Local Times/System times from an application on windows mobile 6.1
Will I have to muck around registry settings to get this working?
I would appreciate any help on this.
Thanks, A