summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Break out timezone data from cldr2qtimezone.pyEdward Welbourne12 hours1-1/+1
* Fix test compilation issues with QtLite configurationJari Helaakoski16 hours2-3/+5
* Fix duplicate data tag tst_QDate::fromStringFormat:year-match-1999Edward Welbourne2024-04-191-1/+1
* More consistent handling of feature timezoneEdward Welbourne2024-04-192-5/+3
* Fix end-of-parse fixup of two-digit year in QDateTimeParserEdward Welbourne2024-04-191-0/+3
* QIcuTimeZonePrivate constructor: save iteration over all zone IDsNicolas Fella2024-02-081-1/+3
* Rework tst_QTimeZone::windowsId() to use initializer-listsEdward Welbourne2024-02-051-40/+48
* Change license for tests filesLucie GĂ©rard2024-02-048-8/+8
* Introduce macros to simplify testing comparisonIvan Solovev2024-01-194-51/+33
* Give the caller control over the century used for two-digit datesEdward Welbourne2023-12-082-7/+33
* Add QCalendar::matchCenturyToWeekday()Edward Welbourne2023-12-081-1/+48
* QTimeZone: use new comparison helper macrosIvan Solovev2023-11-282-7/+30
* Clean up QDate(Time)?::fromString() test-data tables, adding a columnEdward Welbourne2023-11-282-285/+278
* Rename Q*Ordering to Qt::*_orderingMarc Mutz2023-11-213-47/+47
* TestLib: provide helper functions to test relational operatorsIvan Solovev2023-11-136-291/+208
* QTimeZone(qint32 offsetSeconds): use IANA ID when one is availableEdward Welbourne2023-11-032-3/+29
* QDate: make conversion from/to chrono types constexpr and noexceptIvan Solovev2023-10-301-0/+32
* Report as available every QTimeZone(qint32).id() resultEdward Welbourne2023-10-301-0/+6
* Use localized time-zone abbreviations or offsetEdward Welbourne2023-10-271-9/+35
* Clarify the behavior of QDateTime around 24-hour transitionsEdward Welbourne2023-10-191-2/+90
* QDateTime: disambiguate times in a zone transitionEdward Welbourne2023-10-192-42/+54
* 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
* Warn on failure to construct valid system time zone objectEdward Welbourne2023-09-152-2/+7
* Use the modern name for zone Asia/KolkattaEdward Welbourne2023-09-131-3/+6
* Update QTimeZone data to CLDR v43Edward Welbourne2023-08-071-3/+3
* QDTP: match local-time by preference to its zoneEdward Welbourne2023-07-212-2/+39
* Check validity of startOfDay() and endOfDay() match expectationEdward Welbourne2023-07-191-0/+6
* Extend kludge-arounds in tst_QDate for AndroidEdward Welbourne2023-07-191-20/+32
* Correct name of Ukraine's zoneEdward Welbourne2023-07-101-3/+3
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-056-0/+36
* Add test-cases for QDate::{start,end}OfDay() at QDateTime's boundsEdward Welbourne2023-05-151-0/+11
* Sanitize the handling of limitations of the MS time-zone backendEdward Welbourne2023-05-151-25/+39
* Fix QTimeZone::offsetData() for the case without transitionsEdward Welbourne2023-05-111-8/+22
* tst_QDateTime::springForward(): take account of differences among zonesEdward Welbourne2023-05-111-13/+42
* Rework tst_QDate::startOfDay_endOfDay(), exploiting modern QTimeZoneEdward Welbourne2023-05-111-80/+70
* Correct startOfDay_endOfDay:BajaMexico test caseEdward Welbourne2023-05-111-4/+16
* 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
* Refactor QGregorianCalendar::julianFromParts to return std::optionalEdward Welbourne2023-05-041-13/+13
* Move some repeated constants from tests into tst_QDateEdward Welbourne2023-05-021-11/+2
* 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
* Change QTimeZone's offset range into constants, not an enumEdward Welbourne2023-04-281-2/+2
* QDate: use more constexpr vars instead of plain numbersAhmad Samir2023-04-221-8/+10
* tst_QDateTime: cope with MET masquerading as CETEdward Welbourne2023-04-201-4/+22
* Expand range of allowed UTC offsets to 16 hoursEdward Welbourne2023-04-201-4/+4
* Fix QDateTime tests in zones whose side of UTC variesEdward Welbourne2023-04-141-30/+32