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
This commit is contained in:
@@ -451,6 +451,7 @@ Major new features in this release
|
||||
All:
|
||||
|
||||
- Added wxLogFormatter to allow customizing wxLog output (Sébastien Gallou).
|
||||
- Added "%z" support to wxDateTime::Format() and Parse() (Armel Asselin).
|
||||
|
||||
All (GUI):
|
||||
|
||||
|
Reference in New Issue
Block a user