diff --git a/ole/ole2nls.c b/ole/ole2nls.c index 3dfbc1081e3..57ed2cc2834 100644 --- a/ole/ole2nls.c +++ b/ole/ole2nls.c @@ -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