]> git.saurik.com Git - wxWidgets.git/commit - docs/changes.txt
Fixed several bugs in wxDateTime timezone handling:
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Aug 2005 13:06:36 +0000 (13:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Aug 2005 13:06:36 +0000 (13:06 +0000)
commitd26adb9df7d83c7c1280afdc22679978fba3ff90
treec92af5cde2116ba2394e7080443a1a06cf32b47a
parent5378558e5ca2de455ba9749cc8a3044c6a93d1eb
Fixed several bugs in wxDateTime timezone handling:
 - ToTimezone() and MakeTimezone() now work as expected
 - added and documented FromTimezone() and MakeFromTimezone()
 - Set(double jdn) interprets jdn always in UTC
 - updated ParseRfc822Date() timezone handling
 - removed workarounds for old bugs from the test

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