]> git.saurik.com Git - wxWidgets.git/commit
Fix formatting of the local time zone when DST is in effect.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Jun 2013 21:49:05 +0000 (21:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Jun 2013 21:49:05 +0000 (21:49 +0000)
commit33e6d385a5b1454245e08093b78219c789c639cc
treea518a0c753242f74cb45a8009614db969de71da8
parent68d5ce9099ab7e39e30de519f97ac783e3ea6480
Fix formatting of the local time zone when DST is in effect.

We must add DST offset manually as wxGetTimeZone() doesn't take DST into
account.

This fixes the handling of "%z" in format strings.

Closes #15250.

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