summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-12/+30
|\
| * Q(Date|Time)+::toString: correct account of format specifiersEdward Welbourne2019-01-311-12/+30
* | Avoid races on TZ in environment via tzset() callsEdward Welbourne2018-10-221-16/+6
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-28/+30
|\
| * Modernize the "datestring" featureLiang Qi2018-09-241-16/+18
| * Modernize the "textdate" featureLiang Qi2018-09-241-12/+12
* | Fix some infelicities in the Q(Date|Time)+ docsEdward Welbourne2018-09-251-28/+28
* | Modernize the "thread" featureUlf Hermann2018-08-171-1/+1
* | QDateTime: fix some misnamed variables, s/local/zone/Edward Welbourne2018-07-161-7/+7
|/
* QDate/Time,QTimeZone: Fix empty documentation section titlesFriedemann Kleint2018-02-271-4/+3
* doc: Add missing return types to \fn commands, fix mis-specified onesMartin Smith2018-01-181-3/+3
* QtCore: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-081-2/+2
* Condition QDateTimeParser's time-zone parsing on QT_CONFIG(timezone)Edward Welbourne2017-11-301-2/+2
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-3/+5
|\
| * Make QDateTimeParser a separate featureEdward Welbourne2017-09-251-3/+5
* | Deprecate QDate methods using MonthNameTypeEdward Welbourne2017-08-221-6/+10
* | Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2017-08-041-7/+16
* | Docs: Fix day/year format in QDateTimeDavid Fries2017-07-281-6/+6
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-18/+35
|\|
| * QLocale: fix handling of milliseconds in string format and documentThiago Macieira2017-07-071-18/+35
* | Q(Date|Time)+: in QDebug's <<, handle invalid explicitlyEdward Welbourne2017-07-071-17/+31
* | QDate::shortMonthName: remove faulty month testThiago Macieira2017-06-201-28/+20
* | QDateTimeParser: implement parsing of time-zone specifiersEdward Welbourne2017-06-201-0/+20
* | Use list-initialization moreMarc Mutz2017-04-201-2/+1
* | QDateTime: replace home-grown version of qToStringViewIgnoringNull with the r...Marc Mutz2017-04-201-10/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-1/+2
|\|
| * Ask MS runtime to reload the timezone details if they've changedThiago Macieira2017-04-111-1/+2
* | QDate/Time: add toString(QStringView) overloadsMarc Mutz2017-04-121-5/+46
* | QLocale: add toString(Q(Date|QTime)+, QStringView format) overloadsMarc Mutz2017-04-121-2/+2
|/
* Do not assume QStringRef(const QString*) to be implicitMarc Mutz2017-03-141-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-1/+4
|\
| * QDateTime: Fix clearing the ShortData flag in setMSecsSinceEpochThiago Macieira2017-02-241-1/+4
* | Simplify QDateTime::toString(Qt::TextDate)'s text constructionEdward Welbourne2016-12-141-8/+4
* | Fix handling of time-zones in QDateTime::toString(Qt::TextDate)Edward Welbourne2016-12-141-1/+10
* | Fix QDateTime::toString(Qt::ISODate)'s handling of Qt::TimeZoneEdward Welbourne2016-12-141-2/+14
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-251-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-251-1/+1
| | |\
| | | * Typo fix in QDateTime::toString() documentationEdward Welbourne2016-11-231-1/+1
* | | | QDateTime, QTimeZone: fix mappings from zone time to UTCEdward Welbourne2016-12-121-6/+18
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-10/+24
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-3/+6
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-171-3/+6
| | |\|
| | | * Document that am/pm in QDateTime::toString are locale-specificKai Koehne2016-10-131-3/+6
| * | | Add Qt::ISODateWithMs date format, with support in QTime/Date/DateTimeTor Arne Vestbø2016-10-201-7/+18
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-131-39/+41
|\| | |
| * | | Add configure feature for time zone supportLars Knoll2016-10-111-39/+41
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-261-12/+19
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-12/+19
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-12/+19
| | |\|