I have an application in .c
, I ended it but I have a problem with the time. Example: I am recording everything that is done with date and time only the time is advanced. When I do an operation at 12:54 the displayed time is 15:54:16, the code below follows:
Note: computer time is correct.
SYSTEMTIME str_t;
GetSystemTime(&str_t);
After that access the information, and the str_t
in debug already has the wrong time.