ewf and daylight saving time

G

Gianluca Facca

I noticed that if my pc embbedd is off during change of daylight saving
time,
each time I restart it, the time is updated.
It don't happen any more if I execute commit command.

Is it a bug or I have to add any Key in registry?

Regards
Gianluca
 
S

Slobodan Brcin \(eMVP\)

Hi Gianluca,
It don't happen any more if I execute commit command.
Is it a bug or I have to add any Key in registry?

This is "expected" behavior and there are few different workarounds to this problem, but unfortunately it is not as simple as
setting some registry entry.

One solution is to disable daylighsaving and make all application that show and use time to use system time instead of local time
and then when you present time to user you can use API functions to calculate current local time.

Other solution is to detect time change and to reboot computer after committing EWF.

This topic was already discussed many times before:
http://groups.google.com/groups?hl=...a=group=microsoft.public.windowsxp.embedded.*

Regards,
Slobodan
 
G

Gianluca Facca

Thank You!

Regards
Gianluca

Slobodan Brcin (eMVP) said:
Hi Gianluca,


This is "expected" behavior and there are few different workarounds to
this problem, but unfortunately it is not as simple as
setting some registry entry.

One solution is to disable daylighsaving and make all application that
show and use time to use system time instead of local time
and then when you present time to user you can use API functions to
calculate current local time.

Other solution is to detect time change and to reboot computer after
committing EWF.

This topic was already discussed many times before:
http://groups.google.com/groups?hl=...a=group=microsoft.public.windowsxp.embedded.*

Regards,
Slobodan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top