summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qdatetime/tst_qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-061-3486/+0
* Tidy up in tst_QDateTimeEdward Welbourne2019-05-221-8/+7
* Purge use of some deprecated methods from QDateTime testsEdward Welbourne2019-04-231-7/+12
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-121-0/+13
|\
| * Avoid read-outside-array error by QStringRef over-reachEdward Welbourne2019-02-081-0/+13
* | Avoid races on TZ in environment via tzset() callsEdward Welbourne2018-10-221-33/+7
|/
* QDateTimeParser: avoid using an invalid hour by defaultEdward Welbourne2018-10-021-0/+8
* Fix a mis-use of QSKIP() to use qDebug() insteadEdward Welbourne2018-07-041-1/+4
* Kludge round Android's ignorance of some esoteric time-zone transitionsEdward Welbourne2018-06-261-3/+9
* Cope if mktime() deems times in a spring forward gap to be invalidEdward Welbourne2018-06-211-27/+35
* Add Android to exceptions in tst_QDateTime::toString_textDate_extra()Edward Welbourne2018-06-211-4/+8
* Cope with Android's lack of time-zone abbreviationsEdward Welbourne2018-06-211-4/+12
* Make some QEXPECT_FAIL()s consistent in form and contentEdward Welbourne2018-06-211-6/+6
* Revise dates of Pacific/Kiritimati's day-skip transitionEdward Welbourne2018-04-061-2/+2
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-0/+1
|\
| * Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2018-02-011-0/+4
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-5/+7
|\ \
| * | Skip a date-time test when we don't know what result it should giveEdward Welbourne2018-01-121-5/+7
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-2/+2
|\| |
| * | Special-case parsing of Zulu time-zone in date-timesEdward Welbourne2017-11-141-2/+2
* | | Raise the upper bound on years to 9999Edward Welbourne2017-11-301-0/+3
* | | Remove references to obsolete platformsJake Petroules2017-11-051-21/+0
|/ /
* | Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2017-08-041-0/+3
* | Add a date-time test for time-zones near epoch and odd transitionsEdward Welbourne2017-07-311-0/+67
* | tst_QDateTime::toTimeSpec(): verify round-tripping works cleanlyEdward Welbourne2017-07-071-0/+4
* | Clarify tst_QDateTime::fromStringToStringLocale() using a macroEdward Welbourne2017-07-071-7/+9
* | QDateTimeParser: implement parsing of time-zone specifiersEdward Welbourne2017-06-201-4/+0
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-0/+73
|\
| * Fix parsing of day-of-week names that start with another nameThiago Macieira2017-02-281-0/+50
| * QDateTime: Fix clearing the ShortData flag in setMSecsSinceEpochThiago Macieira2017-02-241-0/+23
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-13/+15
|\|
| * Make sure to use C locale during time tests that assume itEdward Welbourne2017-02-201-13/+15
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-13/+25
|\|
| * Package transient zone setting in test to ensure restore on failEdward Welbourne2017-02-151-13/+25
* | Remove two unused static methods of QDateTimePrivateEdward Welbourne2017-01-121-2/+0
* | QDateTime test: clarify overflow-checkEdward Welbourne2017-01-021-6/+4
* | Fix handling of time-zones in QDateTime::toString(Qt::TextDate)Edward Welbourne2016-12-141-0/+44
* | Fix QDateTime::toString(Qt::ISODate)'s handling of Qt::TimeZoneEdward Welbourne2016-12-141-0/+23
* | QDateTime, QTimeZone: fix mappings from zone time to UTCEdward Welbourne2016-12-121-2/+2
|/
* Add Qt::ISODateWithMs date format, with support in QTime/Date/DateTimeTor Arne Vestbø2016-10-201-8/+18
* QDateTime: introduce {to,from,set,current}SecsSinceEpochThiago Macieira2016-06-221-65/+69
* QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-28/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-2/+0
|\
| * Remove a mis-placed QSKIP().Edward Welbourne2016-02-261-2/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-3/+67
|\|
| * Don't let a good day cause date-time parser to forget a conflict.Edward Welbourne2016-01-291-1/+3
| * Add DST-change test for a date derived via .toLocalTime().Edward Welbourne2016-01-261-0/+24
| * Test .addDays() and .addMonths() are sensible around DST changes.Edward Welbourne2016-01-261-2/+40
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-9/+6
|\|
| * Autotest: make tst_QDateTime pass when LC_TIME != en_USThiago Macieira2016-01-221-9/+6