Skip to content
Snippets Groups Projects
Commit 2bddc977 authored by Dave Pickles's avatar Dave Pickles Committed by Alexandre Julliard
Browse files

GetTimeFormat() should return LocalTime not SystemTime.

parent 036a9f79
No related merge requests found
......@@ -3147,7 +3147,7 @@ GetTimeFormatA(LCID locale, /* in */
}
if (xtime == NULL) /* NULL means use the current local time*/
{ GetSystemTime(&t);
{ GetLocalTime(&t);
thistime = &t;
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment