diff --git a/ole/ole2nls.c b/ole/ole2nls.c index 50b39879fcb..0c5bc893aef 100644 --- a/ole/ole2nls.c +++ b/ole/ole2nls.c @@ -4204,7 +4204,7 @@ GetTimeFormatW(LCID locale, /* in */ } if (xtime == NULL) /* NULL means use the current local time*/ - { GetSystemTime(&t); + { GetLocalTime(&t); thistime = &t; } else