#11176: wxDateTime: Get/Set SYSTEMTIME is leaving out time of day
------------------------+---------------------------------------------------
Reporter: troelsk | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: base | Version: 2.9-svn
Keywords: wxDateTime | Blockedby:
Patch: 1 | Blocking:
------------------------+---------------------------------------------------
I don't know how I could forget, in #9161, sorry
--
Ticket URL: <http://trac.wxwidgets.org/ticket/11176>
#11176: wxDateTime: Get/Set SYSTEMTIME is leaving out time of day
----------------------+-----------------------------------------------------
Reporter: troelsk | Owner:
Type: defect | Status: closed
Priority: normal | Milestone:
Component: base | Version: 2.9-svn
Resolution: fixed | Keywords: wxDateTime
Blockedby: | Patch: 1
Blocking: |
----------------------+-----------------------------------------------------
Changes (by VZ):
* status: new => closed
* resolution: => fixed
Comment:
(In [61842]) 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.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/11176#comment:1>