]> git.saurik.com Git - wxWidgets.git/commit
Implement support for "%z" in wxDateTime::Format() and Parse().
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Jan 2012 00:47:10 +0000 (00:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Jan 2012 00:47:10 +0000 (00:47 +0000)
commit444bc2b24d7eb9ab76a9ddbb9ca22e1b2d7909b4
treeee5d5f842607aebfdbd384ffc95c13cd77cd21e4
parentcd720353875d94cfabbbc120e6569bd08cf2d478
Implement support for "%z" in wxDateTime::Format() and Parse().

"%z" specifier can now be used when printing the dates out to specify the time
zone and is also recognized when parsing dates.

Closes #1215.

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