]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datetime.h
source clean-up
[wxWidgets.git] / include / wx / datetime.h
index 30a7ef4c769491ec2b7844c10fc9fbe1e67d63b4..23909f3d6130d948bda6d2b2a05932956cf61ab5 100644 (file)
@@ -780,7 +780,7 @@ public:
     static struct tm *GetTmNow()
     {
         time_t t = GetTimeNow();
-        return localtime(&t);
+        return gmtime(&t);
     }
 
 private: