wxDateTime...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-12-03 21:27:57 +00:00
parent 270a909e20
commit 1ef54dcf12
4 changed files with 228 additions and 74 deletions

View File

@@ -780,7 +780,7 @@ public:
static struct tm *GetTmNow()
{
time_t t = GetTimeNow();
return localtime(&t);
return gmtime(&t);
}
private: