summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qdatetime
Commit message (Expand)AuthorAgeFilesLines
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-065-3576/+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
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-271-1/+1
|\|
| * Use msvc qmake scope where appropriateJoerg Bornemann2018-11-221-1/+1
* | 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
* Blacklist two tests on macOS that a planned CI change shall breakEdward Welbourne2018-08-241-0/+2
* 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 devLiang Qi2018-01-111-3/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-3/+0
| |\|
| | * Revert "Blacklist tst_QDateTime::operator_eqeq"Edward Welbourne2018-01-071-3/+0
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-022-2/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-0/+3
| |\|
| | * Blacklist tst_QDateTime::operator_eqeqJoni Jantti2017-12-271-0/+3
| * | 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
* Round to nearest millisecond in QDateTime::fromCFDate()Tor Arne Vestbø2016-10-021-4/+7
* QDateTime: introduce {to,from,set,current}SecsSinceEpochThiago Macieira2016-06-221-65/+69