mirror of
https://github.com/janbodnar/Windows-API-examples.git
synced 2026-08-07 18:34:45 -04:00
Update utc_time.c
This commit is contained in:
parent
b13b341216
commit
a7356c7e76
@ -7,7 +7,7 @@ int wmain(void) {
|
|||||||
|
|
||||||
GetSystemTime(&st);
|
GetSystemTime(&st);
|
||||||
|
|
||||||
wprintf(L"The system time is: %02d:%02d:%02d\n",
|
wprintf(L"The UTC time is: %02d:%02d:%02d\n",
|
||||||
st.wHour, st.wMinute, st.wSecond);
|
st.wHour, st.wMinute, st.wSecond);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user