RAM REG EWF and Daylight Saving

M

Mike Warren

Hi,

All our machines which were keeping the correct time started gaining
one hour at each boot.

I don't need to use daylight saving so have done the following:

GetTimeZoneInformation(TZ)
TZ.Bias = 0
TZ.DaylightBias = 0
TZ.StandardBias = 0
SetTimeZoneInformation(TZ)

and then committed EWF.

This has fixed the problem but I would like to know from someone
who has more experience if this is ok or will this problem come back
and bite me in six months?

-Mike
 

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