Fix generic wxTimePickerCtrl on DST change dates.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Mar 2012 23:17:04 +0000 (23:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Mar 2012 23:17:04 +0000 (23:17 +0000)
commitb05875c9771a1f3ec4e07bba56f74e85433ed4b8
treebe5da2b3a9eed997af1156316312bec4c8653d67
parentc0795ce8ea8a3f50ce32a2b9aad1cc3bcc458205
Fix generic wxTimePickerCtrl on DST change dates.

Do not use the date when DST changes as the date part of wxDateTime object
used by wxTimePickerGeneric internally as this introduces problems with times
that can't be represented at all -- and so can't be entered into the control.
Use arbitrary date on which DST does not change to avoid this.

Closes #14137.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/timectrlg.cpp