Re: NTP/NetRemoteTOD And a zone of time

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Well, tod_timezone gives you the bias value. If I issue NetRemoteTOD on my
office server, I get -120 in tod_timezone which is true, because I live by
UTC + 1 (Zurich time) and + 1 hour because now we are on summer time, so it
results in - 60 + -60 = - 120

--
V.
This posting is provided "AS IS" with no warranties, and confers no
rights.
"MagicWolf" <MagicWolf@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:DD69D5D9-4A6A-487E-A9E7-B844F58215D1@xxxxxxxxxxxxxxxx
Did you analized the member tod_timezone in structure TIME_OF_DAY_INFO?

Yes. i use tod_timezone :
TimeZone.Bias=pBuf->tod_timezone;

Whether I can receive such parameter from server NTP?


.