Updating TimeZone from an application on windows mobile 6.1 -


i trying update timezone of windows mobile device application using opennetcf.windowsce.settimezoneinformation call. sets timezone standard timezone(ignores day light timezone) when there timezones same offset. clear, trying set timezone gmt-5 eastern (new-york zone, observes day light) gmt-7 arizona (mountain standard) , reason, sets new time zone gmt-5 indiana (which doesn't observe day light settings).

to confirm if setting correctly, after setting timezone, did gettimezoneinformation see if timezone set earlier matching , does. so, dont know how setting getting messed internally.

i don't find documentation setting timezone or adjusting local times/system times application on windows mobile 6.1

will have muck around registry settings working?

i appreciate on this.

thanks,

after doing lot of research on internet, found blog posted similar issue. , issue seems in opennetcf. when populating tzdata structure each timezone, ignored standarddate(when daylight ended) , daylightdate(when daylight started). since, these missing in each timezoneinformation object, standard timezones getting defaulted to.

here link found issue.

thanks,

a


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -