a question about to change the system time

hi,if i want to change the system time as hh:mm:ss:ms:ns,I find that the
clock_settime will not change the ms,if I want,how to do?
thanks!

“jgp” <gpjin@nairc.ac.cn> wrote in message news:9pur42$gdt$1@inn.qnx.com

hi,if i want to change the system time as hh:mm:ss:ms:ns,I find that the
clock_settime will not change the ms,if I want,how to do?
thanks!

Indeed, clock_settime seems to disregard tv_nsec. A bug?

\

Mario Charest <mcharest@clipzinformatic.com> wrote:

“jgp” <> gpjin@nairc.ac.cn> > wrote in message news:9pur42$gdt$> 1@inn.qnx.com> …
hi,if i want to change the system time as hh:mm:ss:ms:ns,I find that the
clock_settime will not change the ms,if I want,how to do?
thanks!


Indeed, clock_settime seems to disregard tv_nsec. A bug?

I don’t seem to get that behaviour, perhaps I’m not understanding the
problem - perhaps a test case would help?

-Adam