summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Android: use BCP 47 tag to create a correct Locale for QTimeZone::displayName()Ivan Solovev2022-04-131-0/+53
* Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-01-141-0/+12
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-161-0/+16
* Fix parsing of dates with spaces in day or month namesEdward Welbourne2021-02-191-11/+12
* Rework tst_QDateTime::toString_isoDate() to eliminate an XFAILEdward Welbourne2021-02-191-16/+17
* Fix tst_QDateTime::systemTimeZoneChange() for 32-bit systemsEdward Welbourne2021-02-191-15/+41
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-02-032-7/+8
* Correct string comparison in Android's IANA ID matching codeEdward Welbourne2021-02-032-20/+11
* Fix handling of Sunday in POSIX time-zone rulesEdward Welbourne2021-02-021-11/+18
* Test QDateTime behavior in DST gapAndreas Buhr2021-02-021-1/+6
* QCalendar: increase coverage by testsEdward Welbourne2020-11-301-7/+101
* Rework QLocale and QDateTime tests that expect CET abbreviationEdward Welbourne2020-06-031-21/+6
* Make QDateTimeParser recognize local time offsetsAndrei Golubev2020-05-281-1/+39
* Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-201-10/+129
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-202-9/+54
* Move a test of QLocale's methods out of tst_QDateTimeEdward Welbourne2020-05-201-51/+1
* Condition some date-time tests on feature textdateEdward Welbourne2020-05-191-8/+18
* Handle specified time-spec in date-time parsingAndrei Golubev2020-04-221-0/+5
* Deprecate locale-related DateFormat enum membersEdward Welbourne2020-01-313-5/+22
* Clarify handling of unspecified year in two QCalendar methodsEdward Welbourne2020-01-311-1/+24
* Deprecate QDateTime(const QDate &) in favor of QDate::startOfDay()Edward Welbourne2020-01-301-3/+3
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-22/+17
|\
| * Combine negativeYear() and printNegativeYear()Edward Welbourne2020-01-141-22/+17
* | QTime: fix tests with Qt6Christian Ehrlicher2020-01-031-3/+12
* | QDateTime: fix tests with Qt6Christian Ehrlicher2020-01-021-0/+8
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-121-0/+38
|\|
| * Fix more mis-handling of spaces in ISO date format stringsEdward Welbourne2019-12-101-0/+38
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-14/+51
|\|
| * Allow lower-case for the T and Z in ISO 8601 date formatEdward Welbourne2019-12-061-0/+2
| * Fix handling of trailing space at the end of an ISO date-timeEdward Welbourne2019-12-061-0/+11
| * Fix crash when a date-time has an invalid time-zoneEdward Welbourne2019-12-061-14/+38
* | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-034-44/+140
|\|
| * Work around macOS's inconsistency in naming of India's time-zoneEdward Welbourne2019-11-281-0/+9
| * Be consistent in the RFC2822Date invalid character testsEdward Welbourne2019-11-273-41/+96
| * Permit leading space at start of RFC 2822 Date formatEdward Welbourne2019-11-273-0/+32
| * Make Qt::RFC2822Date's doc match up with its implementationEdward Welbourne2019-11-273-3/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-152-6/+42
|\|
| * Allow longer time-zone components on AndroidEdward Welbourne2019-11-142-4/+19
| * Move some tests of QTimeZonePrivate::isValidId() to where they belongEdward Welbourne2019-11-131-28/+24
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-131-22/+20
|\|
| * Distinguish invalid datetimes from othersEdward Welbourne2019-10-111-22/+20
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-011-3/+3
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-3/+3
* | Add support for UTC[+-]\d+(:\d+){,2} time zone IDsEdward Welbourne2019-09-161-4/+113
* | Move some time-zone validity tests to where they belongEdward Welbourne2019-09-161-27/+27
|/
* MS TZ data: avoid calculating a date in year 0Edward Welbourne2019-09-131-0/+8
* Rename calendar methods from m{in,ax} to m{in,ax}imumEdward Welbourne2019-09-041-2/+2
* Add support for the Islamic Civil calendarSoroush Rabiei2019-08-221-0/+4
* Add support for the Jalali (Solar Hijri or Persian) calendarSoroush Rabiei2019-08-211-0/+5
* Add support for Julian and Milankovic calendarsSoroush Rabiei2019-08-211-0/+8