fix wxTimeSpan::Format() for negative spans with 0 hour component (#10055)
[wxWidgets.git] / tests / datetime /
2008-12-21  Vadim Zeitlinfix wxTimeSpan::Format() for negative spans with 0...
2008-11-19  Vadim Zeitlinminor icc warning fixes
2008-09-26  Vadim Zeitlinfix ParseFormat("%d") to set the date it finds (#10002)
2008-07-19  Vadim Zeitlinremove the just added assertEquals(time_t, long) overlo...
2008-07-18  Vadim Zeitlinget rid of special WX_ASSERT_FOO_EQUAL macros by defini...
2008-06-09  Vadim Zeitlincorrect some compatibility problems with the existing...
2008-06-01  Vadim Zeitlinreally fix the test to work in any time zone and with...
2008-06-01  Vadim Zeitlinfix wxDateTime::ParseRfc822Date() to handle missing...
2008-06-01  Vadim Zeitlinadd a special macro for comparing time_t values to...
2008-06-01  Vadim Zeitlinfix time zone conversion test to work in any time zone...
2008-05-31  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT...
2008-02-03  Vadim Zeitlinadded wxDateTime::FormatISOCombined() and ParseISODate...
2008-01-16  Vadim Zeitlindon't write wide string to std::ostream which outputs...
2008-01-13  Vadim Zeitlincompilation fixes for VC6
2008-01-07  Vadim Zeitlinmake wxDateTime::ParseXXX() functions char*-friendly
2008-01-06  Vadim Zeitlinadded WX_ASSERT_MESSAGE macro to simply using CPPUNIT_A...
2007-12-30  Vadim Zeitlinfix bug with parsing negative time zones in ParseRfc822...
2007-12-15  Vadim Zeitlindon't misinterpret the time after the date as a weekday...
2007-09-30  Vadim Zeitlinreally fixed the DST test by using explicit country...
2007-09-30  Vadim Zeitlinreturn the beginning/end of DST in local time, not...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-01-18  Vadim Zeitlinadded wxDateTime::GetDateOnly()
2006-10-28  Vadim Zeitlinfix gcc compilation warning
2006-07-20  Vadim Zeitlinadded more time span formatting tests
2006-07-20  Vadim Zeitlinhandle negative time spans correctly in Format()
2006-07-20  Vadim Zeitlinfixed TestTimeFormat() test: and can use 2 digit...
2006-07-20  Vadim Zeitlinadded wxTimeSpan::Format() test
2006-03-21  Vadim Zeitlinadded ParseDate() tests; use CPPUNIT_ASSERT_EQUAL to...
2006-02-11  Vadim Zeitlincompilation fixes for wxUSE_DATETIME==0 (another part...
2006-02-05  Roger Gammans Add flags to test dates struct which allow us to skip...
2005-08-28  Vadim ZeitlinFixed several bugs in wxDateTime timezone handling:
2005-02-28  Vadim Zeitlinanother test for DST bug
2005-01-31  Vadim Zeitlinadded test for the DST bug (patch 1097811)
2005-01-19  Włodzimierz SkibaMinGW warning fix for hundreds of not initialized members.
2004-11-22  Ryan Norton[ 1068188 ] Precompiled header for the test program...
2004-11-10  Ryan Nortonfix datetime tests for non-westeurope time zones
2004-10-31  Ryan NortonRename some tests to avoid conflicts with project build...
2004-09-11  Vadim Zeitlindeprecated SetToTheWeek() and GetWeek(); added and...
2004-09-11  Vadim Zeitlinfixed GetWeekOfYear() for first/last week in some cases...
2004-06-24  Włodzimierz SkibaRemoved unused code.
2004-06-23  Vadim Zeitlinadded Set(jdn) test
2004-06-23  Vadim Zeitlinextracted some wxDateTime tests from console sample...