Take time into account in wxDateTime <-> SYSTEMTIME conversion.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Sep 2009 14:31:01 +0000 (14:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Sep 2009 14:31:01 +0000 (14:31 +0000)
commit582c3a19640eeaeef6d40d62e79b36edcd9d07fe
tree93760932b99079d15265a102a30b983a7c1a56cb
parent37e188eaaa67c45f386845b374d2f11a250fb1a0
Take time into account in wxDateTime <-> SYSTEMTIME conversion.

wxDateTime::SetFromMSWSysTime() and GetAsMSWSysTime() worked with the date
part of SYSTEMTIME only, do use time part as well now.

Closes #11176.

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