Synchronize system clock with UTC time using C uder Window OS
I have UTC time which is coming from UDP, I have a program to calculate Day and Time of UTC, h开发者_Python百科ow can I set my system clock at that day and time, kindly give me some direction so that I can make it possible.
I am using Window OS.
To set the current system time, use the SetSystemTime
Win32 API function.
精彩评论