Added wxGetUTCTimeMillis() and wxGetUTCTimeUSec().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Nov 2011 19:50:23 +0000 (19:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Nov 2011 19:50:23 +0000 (19:50 +0000)
commita43503cb8dffad7a359a353010523341c76fbba0
tree3e5766443bb61f5a55e5993de772779dbbf8249c
parent59068d79f7fcc94d320cf41ce1ed7f0a8851b125
Added wxGetUTCTimeMillis() and wxGetUTCTimeUSec().

Fixed wxGetLocalTimeMillis() to really return the local time and provide
wxGetUTCTimeMillis() doing what this function used to do before. Closes #13610.

Also add wxGetUTCTimeUSec() for even higher resolution time stamps as it is
basically the same as wxGetUTCTimeMillis() anyhow, at least for MSW and
non-ancient Unix systems providing gettimeofday().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/stopwatch.h
interface/wx/stopwatch.h
src/common/stopwatch.cpp