UTC time stamp on Windows
Posted
by Arman
on Stack Overflow
See other posts from Stack Overflow
or by Arman
Published on 2010-05-18T10:14:17Z
Indexed on
2010/05/18
10:20 UTC
Read the original article
Hit count: 366
I have a buffer with the UTC time stamp in C, I broadcast that buffer after every ten seconds. The problem is that the time difference between two packets is not consistent. After 5 to 10 iterations the time difference becomes 9, 11 and then again 10. Kindly help me to sort out this problem.
I am using <time.h>
for UTC time.
© Stack Overflow or respective owner