summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time/qdatetime/tst_qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't use default-constructed QTime() where QTime(0, 0) is intendedEdward Welbourne2020-09-141-35/+43
* Remove some unused private methods and replace anotherEdward Welbourne2020-09-141-90/+90
* [QtCore] Fix QDateTime unit test: time zone of system was usedAndreas Buhr2020-09-111-10/+9
* [QtCore] QDateTime: switch from newRow to addRow in unit testsAndreas Buhr2020-09-111-4/+4
* [QtCore] Adapt QDateTime unit tests to use QByteArrayAndreas Buhr2020-09-111-8/+8
* Fix failures in tst_qdatetime under non-english localesMarcel Krems2020-09-091-2/+2
* Sort out the overflow cases in tst_QDateTimeEdward Welbourne2020-08-111-13/+12
* Fix handling of last second in 1969Edward Welbourne2020-08-111-0/+12
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-021-27/+33
* Remove assortee pre-Qt6 code from date/time testsEdward Welbourne2020-07-021-86/+0
* Replace a constant with a predicate function using itEdward Welbourne2020-07-011-6/+8
* Use ranged for loops in place of foreach in QTimeZone testsEdward Welbourne2020-06-231-2/+2
* Remove winrtOliver Wolff2020-06-061-3/+0
* Turn badly-named test into two data rows of another testEdward Welbourne2020-05-291-16/+6
* Rework QLocale and QDateTime tests that expect CET abbreviationEdward Welbourne2020-05-281-21/+6
* Make QDateTimeParser recognize local time offsetsAndrei Golubev2020-05-281-1/+39
* Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-121-2/+129
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-111-7/+52
* Catch overflow in QDateTime::fromSecsSinceEpoch()Edward Welbourne2020-05-081-0/+31
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-081-10/+0
* Move a test of QLocale's methods out of tst_QDateTimeEdward Welbourne2020-05-081-51/+1
* Condition some date-time tests on feature textdateEdward Welbourne2020-05-081-8/+18
* Purge from Q(Date|Time)+ most things marked to go at Qt 6Edward Welbourne2020-05-051-37/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-231-0/+5
|\
| * Handle specified time-spec in date-time parsingAndrei Golubev2020-04-221-0/+5
* | Purge QRegExp use in QDateTime's rfcDateImpl()Edward Welbourne2020-02-271-8/+5
|/
* Deprecate locale-related DateFormat enum membersEdward Welbourne2020-01-311-3/+14
* Deprecate QDateTime(const QDate &) in favor of QDate::startOfDay()Edward Welbourne2020-01-301-3/+3
* QDateTime: fix tests with Qt6Christian Ehrlicher2020-01-021-0/+8
* Fix more mis-handling of spaces in ISO date format stringsEdward Welbourne2019-12-101-0/+38
* 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
* Be consistent in the RFC2822Date invalid character testsEdward Welbourne2019-11-271-14/+35
* Permit leading space at start of RFC 2822 Date formatEdward Welbourne2019-11-271-0/+14
* Make Qt::RFC2822Date's doc match up with its implementationEdward Welbourne2019-11-271-1/+1
* Distinguish invalid datetimes from othersEdward Welbourne2019-10-111-22/+20
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-3/+3
* MS TZ data: avoid calculating a date in year 0Edward Welbourne2019-09-131-0/+8
* Remove usages of deprecated APIs from QDateTimeSona Kurazyan2019-07-021-3/+33
* Move YearRange to QDateTime from its PrivateEdward Welbourne2019-07-011-0/+10
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-2/+5
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-061-0/+3486