summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Clarify equivalence of two QDate instancesTopi Reinio2020-04-031-7/+9
* Pass QDate and QTime by value in various static and local functionsEdward Welbourne2020-01-311-5/+5
* Simplify textdate/datestring #if-eryEdward Welbourne2020-01-301-20/+8
* Fix more mis-handling of spaces in ISO date format stringsEdward Welbourne2019-12-101-35/+69
* Convert some uses of QStringRef to QStringViewEdward Welbourne2019-12-091-25/+26
* Prefer QDate::startOfDay() over QDateTime(const QDate &)Edward Welbourne2019-12-091-1/+1
* Allow lower-case for the T and Z in ISO 8601 date formatEdward Welbourne2019-12-061-4/+6
* Fix handling of trailing space at the end of an ISO date-timeEdward Welbourne2019-12-061-1/+6
* Fix crash when a date-time has an invalid time-zoneEdward Welbourne2019-12-061-10/+22
* Permit leading space at start of RFC 2822 Date formatEdward Welbourne2019-11-271-2/+2
* Make Qt::RFC2822Date's doc match up with its implementationEdward Welbourne2019-11-271-2/+2
* Rationalize descriptions of date-time formatsEdward Welbourne2019-11-071-154/+61
* Distinguish invalid datetimes from othersEdward Welbourne2019-10-111-11/+29
* Fix doc of QDateTime::YearRange; include its \since 5.14Edward Welbourne2019-09-271-0/+1
* Doc-fix: correct some misinformation about QDateTime's handling of DSTEdward Welbourne2019-09-131-23/+30
* Fix some qdoc warnings in 5.14Friedemann Kleint2019-09-031-2/+2
* Optimize QDate by shortcutting some gregorian calendar methodsEdward Welbourne2019-08-301-14/+93
* Add support for calendars beside GregorianSoroush Rabiei2019-08-201-256/+361
* Simplify QDate::weekNumber() by looking at the right day of the weekEdward Welbourne2019-08-071-27/+14
* Port from QStringViewLiteral to u""Marc Mutz2019-07-291-4/+4
* Fix typo: s/QLocal/QLocale/Edward Welbourne2019-07-261-1/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-191-21/+13
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-101-4/+3
* Move YearRange to QDateTime from its PrivateEdward Welbourne2019-07-011-2/+21
* rtems: Fix build qdatetime.cppMikhail Svetkin2019-06-301-1/+1
* Fix qdoc warnings in 5.14Friedemann Kleint2019-06-281-3/+4
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-3/+3
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-96/+103
* Rearrange date parsing in anticipation of calendar workEdward Welbourne2019-06-071-34/+29
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-15/+15
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-061-0/+5685