Commit 2bddc977 authored by Dave Pickles's avatar Dave Pickles Committed by Alexandre Julliard

GetTimeFormat() should return LocalTime not SystemTime.

parent 036a9f79
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment