SVN commit 568390 by djarvie: Revert the #ifdef'ing out of Windows code. The commit appears to have been based on a misunderstanding of the code. M +1 -1 kdatetime.cpp --- trunk/KDE/kdelibs/kdecore/kdatetime.cpp #568389:568390 @@ -884,7 +884,7 @@ KDateTime KDateTime::currentUtcDateTime() { -#ifdef Q_OS_WIN_use_temporary_the_unix_code +#ifdef Q_OS_WIN SYSTEMTIME st; memset(&st, 0, sizeof(SYSTEMTIME)); GetSystemTime(&st);