summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Document that am/pm in QDateTime::toString are locale-specificKai Koehne2016-10-131-3/+6
* Q(Date|Time)+::(to|from)String(): mention relevant QLocale methodsEdward Welbourne2016-09-161-12/+19
* QTime: restore Qt3 compatibility in the QDataStream operatorsDavid Faure2016-07-021-2/+12
* QDateTime: early return to make a Q_UNREACHABLE actually true.Edward Welbourne2016-06-301-1/+1
* Win: Get rid of unused variables un QDateTime::currentMSecsSinceEpochThiago Macieira2016-06-221-2/+0
* Compile fix: convert argument to long to match parameter comparisonRalf Nolden2016-05-231-1/+1
* Fix some mis-guided fall-throughs #ifdef QT_BOOTSTRAPPED.Edward Welbourne2016-01-211-9/+13
* Correct floordiv() to cope with implementation-defined division.Edward Welbourne2016-01-131-2/+13
* Don't pretend we know what DST to use for an offset date.Edward Welbourne2016-01-121-30/+38
* QDate: fix calculation of the week number for the last days of 2020Thiago Macieira2016-01-091-1/+1
* Prefer "daylight-saving time" and "DST" over "daylight time".Edward Welbourne2015-11-121-34/+34
* Fix false claim in comment.Edward Welbourne2015-11-061-1/+1
* Make variable const as it should beEdward Welbourne2015-11-041-1/+1
* Use memset to clear struct tm before filling fields.Edward Welbourne2015-11-041-2/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+1
|\
| * QDateTime: Ensure a valid timezone when using the "offset constructor".Christian Kandeler2015-09-231-0/+1
* | QDateTime: Remove redundant check.Christian Kandeler2015-09-231-15/+13
|/
* Avoid overflow in QTime::addSecs with too big a number of secondsThiago Macieira2015-08-191-0/+1
* Remove unnecessary QDateTime::detach() functionThiago Macieira2015-04-071-21/+4
* QDateTime: remove unused parameter from localMSecsToEpochMSecs()Marc Mutz2015-03-261-10/+4
* QDate: further optimize toString()Marc Mutz2015-03-261-11/+23
* QDateTimePrivate: replace out parameters with return-by-value in getDateTime()Marc Mutz2015-03-251-34/+33
* QDateTime: prevent aggressive inliningMarc Mutz2015-03-251-0/+2
* QTime: optimize toString()Marc Mutz2015-03-251-3/+1
* Micro-optimize QDate::{long,short}{Day,Month}Name()Marc Mutz2015-03-251-32/+28
* QDate: don't spend code size covering the impossible caseMarc Mutz2015-03-251-1/+1
* QDate: remove some useless default case labelsMarc Mutz2015-03-251-8/+0
* QDateTime: ensure we always use the daylight status if knownThiago Macieira2015-03-111-19/+28
* Fix regression in time zone handlingFrederik Gladhorn2015-03-111-0/+1
* Simplify calculation of week numberLars Knoll2015-03-101-50/+17
* Fix race condition in QDateTime::timeZone() and other methodsThiago Macieira2015-03-071-25/+30
* QDateTime: cache the result of date.timeSpec() in QDebug op<<Marc Mutz2015-02-211-2/+3
* QDateTime: drop quotes in QDebug outputMarc Mutz2015-02-211-1/+2
* QDate: optimize QDate::toString()Marc Mutz2015-02-171-3/+1
* QDateTime: optimize toOffsetString()Marc Mutz2015-02-171-10/+6
* QDateTime: replace out parameters with return-by-value in rfcDateImpl()Marc Mutz2015-02-171-66/+32
* QDateTime: optimize rfcDateImpl()Marc Mutz2015-02-171-20/+22
* QDateTime: change an instance of out parameters to return-by-valueMarc Mutz2015-02-171-52/+48
* QDateTime: micro-optimize QDebug op<<Marc Mutz2015-02-151-8/+5
* Updated BSD licensed file headersJani Heikkinen2015-02-151-1/+1
* QDateTime: make qt_monthNumberFromShortName() staticMarc Mutz2015-02-141-1/+1
* QDateTime: use existing functions for short month name parsingMarc Mutz2015-02-141-35/+21
* QDateTimePrivate: enable read caching on m_status in setDateTime()Marc Mutz2015-02-141-6/+6
* QDateTime: pass explicit length to QLatin1String ctorMarc Mutz2015-02-141-1/+1
* QDateTime: avoid relocationsMarc Mutz2015-02-141-1/+1
* Update copyright headersJani Heikkinen2015-02-111-8/+8
* QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-3/+6
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-18/+24
|\
| * Update doc saying QDateTime::setTime with invalid time sets to midnightThiago Macieira2015-01-151-3/+10
| * Doc: Fixed date format doc bug in QDateTime/Qt namespaceOrgad Shaneh2015-01-061-12/+12