summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time/qdatetime/tst_qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie GĂ©rard2024-02-041-1/+1
* Introduce macros to simplify testing comparisonIvan Solovev2024-01-191-12/+4
* Give the caller control over the century used for two-digit datesEdward Welbourne2023-12-081-6/+23
* Clean up QDate(Time)?::fromString() test-data tables, adding a columnEdward Welbourne2023-11-281-175/+167
* Rename Q*Ordering to Qt::*_orderingMarc Mutz2023-11-211-14/+14
* TestLib: provide helper functions to test relational operatorsIvan Solovev2023-11-131-10/+78
* QTimeZone(qint32 offsetSeconds): use IANA ID when one is availableEdward Welbourne2023-11-031-1/+1
* Clarify the behavior of QDateTime around 24-hour transitionsEdward Welbourne2023-10-191-2/+90
* QDateTime: disambiguate times in a zone transitionEdward Welbourne2023-10-191-42/+50
* Sort out an anomaly in tst_QDateTime::springForward()Edward Welbourne2023-10-111-7/+2
* Let QDateTime::offsetFromUtc() work for invalid date-timesEdward Welbourne2023-10-111-0/+1
* Adjust msecs instead of offset for spring-forward resolution timesEdward Welbourne2023-10-111-9/+51
* QDTP: match local-time by preference to its zoneEdward Welbourne2023-07-211-2/+7
* tst_QDateTime::springForward(): take account of differences among zonesEdward Welbourne2023-05-111-13/+42
* Add a distant-future local-time-type to tst_QDateTimeEdward Welbourne2023-05-041-4/+10
* tst_QDateTime: rework initialization of local-time-typesEdward Welbourne2023-05-041-27/+29
* tst_QDateTime::springForward(): adapt tests for midnight transitionsEdward Welbourne2023-05-021-4/+4
* Fix problem with Australasian zones in fromSecsSinceEpoch() testEdward Welbourne2023-05-021-1/+16
* Correct Julian Day numbers in 1800Edward Welbourne2023-04-281-1/+1
* tst_QDateTime: cope with MET masquerading as CETEdward Welbourne2023-04-201-4/+22
* Fix QDateTime tests in zones whose side of UTC variesEdward Welbourne2023-04-141-30/+32
* Skip some tests that fail in the Indian/Cocos timezoneEdward Welbourne2023-04-141-17/+18
* Correct a test's precondition on the system zoneEdward Welbourne2023-04-141-3/+9
* Fix where possible, else avoid, failures in western MexicoEdward Welbourne2023-04-141-18/+29
* tst_QDateTime: Remove two duplicate test casesEdward Welbourne2023-04-141-5/+0
* tst_QDateTime constructor: adapt the year check to vary yearEdward Welbourne2023-04-141-9/+11
* tst_QDateTime::addMSecs(): check for failure after calling helperEdward Welbourne2023-04-141-4/+9
* Name a numeric_limits locally to save verbose repetitionEdward Welbourne2023-04-141-6/+7
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-1/+1
* Move qtLocalTime() to qtenvironmentvariables.cpp as qLocalTime()Edward Welbourne2023-02-031-1/+1
* Deprecate QDateTime methods using plain Qt::TimeSpecEdward Welbourne2022-12-101-0/+28
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-286/+301
* Expand testing of QDateTime to exploit QTimeZone's handling of specsEdward Welbourne2022-12-091-20/+80
* Adapt QDateTime to route QTimeSpec uses via QTimeZoneEdward Welbourne2022-12-091-0/+53
* tst_QDateTime: explain one test-case more carefullyEdward Welbourne2022-12-071-2/+6
* Add to test-cases for tst_QDateTime::fromStringStringFormat()Edward Welbourne2022-12-071-0/+6
* tst_QDateTime::operator_insert_extract() Correct handling of 4.0's specEdward Welbourne2022-12-071-2/+9
* tst_QDateTime: check a few more detailsEdward Welbourne2022-12-071-1/+5
* tst_QDateTime: Modernize some comparisonsEdward Welbourne2022-12-071-48/+52
* Elide parameters passed as their defaultEdward Welbourne2022-12-071-106/+105
* Prefer QDate::startOfDay() over QDT(date, QTime(0, 0), ...)Edward Welbourne2022-12-071-20/+20
* tst_QDateTime::fromMSecsSinceEpoch(): remove a stray debug statementEdward Welbourne2022-12-071-2/+0
* tst_QDateTime: split some data table rows across lines more tidilyEdward Welbourne2022-12-071-29/+51
* tst_QDateTime: Inline some trivial delegations by _data() functionsEdward Welbourne2022-12-071-24/+4
* tst_QDateTime::timeZone(): use QVERIFY() to test boolEdward Welbourne2022-12-071-8/+8
* tst_QDateTime: eliminate some duplicate test-casesEdward Welbourne2022-10-171-9/+0
* Support serializing time-zone fields in date-times more flexiblyEdward Welbourne2022-09-291-2/+3
* Support parsing time-zone specifiers more selectivelyEdward Welbourne2022-09-291-4/+24
* Make time parsing accept zz as equivalent to zEdward Welbourne2022-09-131-3/+9
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-181-0/+2