mirror of
https://github.com/janbodnar/Windows-API-examples.git
synced 2024-11-24 11:25:30 +00:00
Update utc_time.c
This commit is contained in:
parent
b13b341216
commit
a7356c7e76
@ -7,7 +7,7 @@ int wmain(void) {
|
||||
|
||||
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);
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user