Skip to content

Commit

Permalink
Update utc_time.c
Browse files Browse the repository at this point in the history
  • Loading branch information
janbodnar committed Apr 7, 2016
1 parent b13b341 commit a7356c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datetime/utc_time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a7356c7

Please sign in to comment.