Hello Everybody.
How can i change the local time on my pc?
Is here way how can i change it with "windows.h"
I used this code but somewho is didn't change.
Thanks for answare.
include <windows.h>
include <stdio.h>
void main()
{
SYSTEMTIME st, lt;
GetLocalTime(<);
lt.wHour--;
SetLocalTime(<);
}