summaryrefslogtreecommitdiff
path: root/tests/auto/corelib/time/qdatetime/tst_qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-01-141-0/+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-031-1/+1
* Test QDateTime behavior in DST gapAndreas Buhr2021-02-021-1/+6
* 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-201-7/+52
* 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-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