summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct qt_mktime()'s check for last second in 1969Edward Welbourne2021-02-181-1/+1
* Add test creating QDateTime in double-DST gap in 1947 GermanyAndreas Buhr2020-12-241-0/+3
* Restore previous QDateTime behavior in DST gapAndreas Buhr2020-12-171-3/+3
* Bounds-check time-zone offsets when parsingEdward Welbourne2020-11-271-1/+1
* Return a more useful date-time on parser failure in spring-forward gapEdward Welbourne2020-11-271-2/+8
* Make QDateTime's operators hidden friendsEdward Welbourne2020-11-071-21/+48
* Make QTime's operators hidden friendsEdward Welbourne2020-11-071-12/+12
* Make QDate's operators hidden friendsEdward Welbourne2020-11-071-14/+12
* Use unchecked substring methods in date-time codeEdward Welbourne2020-10-191-23/+21
* Check time-text is long enough while checking for its colonsEdward Welbourne2020-10-191-1/+3
* Check validity before adding to a QDateTimeEdward Welbourne2020-10-091-0/+9
* Check against {und,ov}erflow in more QDateTime methodsEdward Welbourne2020-10-091-11/+39
* Check value is in range when setting a QDateTimeEdward Welbourne2020-10-091-5/+16
* Allow millisecond-overflow when the result remains validEdward Welbourne2020-10-071-8/+28
* Use fromIsoTimeString() in QDateTime::fromString() also for TextDateEdward Welbourne2020-10-071-37/+2
* Use start of day when wrapping 24:00 to the next dayEdward Welbourne2020-10-071-2/+2
* Prefer QStringView's operator[] over its at()Edward Welbourne2020-10-061-7/+7
* Implement date-time fromString(QStringView...) methodsEdward Welbourne2020-10-051-15/+67
* Handle trailing cruft consistently in Qt::DateFormat parsingEdward Welbourne2020-10-031-71/+71
* Modernize implementation in date-time and its parsingEdward Welbourne2020-10-021-39/+33
* Standardize #include order and form in qdatetime.cppEdward Welbourne2020-09-301-20/+16
* QDateTime change documentation to reflect usage of C localeAndreas Buhr2020-09-231-48/+28
* Add a ValidWhenMask to QDateTimePrivate::StatusFlagEdward Welbourne2020-09-231-13/+4
* Make QDateTime() unconditionally noexceptEdward Welbourne2020-09-231-4/+5
* Make more consistent use of m_offsetFromUtc()Edward Welbourne2020-09-231-16/+25
* Use same-msecs optimization more in QDateTime comparisonEdward Welbourne2020-09-231-2/+33
* Inline various date-time fromString(const QString &...) methodsEdward Welbourne2020-09-221-23/+0
* Rework checkValidDateTime() to avoid needless spec-checksEdward Welbourne2020-09-171-77/+74
* Fix failures in tst_qdatetime under non-english localesMarcel Krems2020-09-091-2/+1
* Turn comments about passing QDate, QTime by value into docsEdward Welbourne2020-08-201-6/+8
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-4/+4
* Fix handling of last second in 1969Edward Welbourne2020-08-111-11/+16
* Tidy up use of local variables and add an assertionEdward Welbourne2020-08-111-6/+4
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-3/+3
* Add a warning and tidy some triviaEdward Welbourne2020-06-231-8/+3
* Save DST status when computed for a mutable QDateTimeDataEdward Welbourne2020-06-231-0/+1
* Port qdatetime away from QStringRefLars Knoll2020-06-121-8/+10
* Remove winrtOliver Wolff2020-06-061-3/+0
* Rename snippet files to match the carved up corelib/tools/Edward Welbourne2020-06-041-21/+21
* Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-121-2/+2
* Add more QCalendar references to \sa sections of QDate docsEdward Welbourne2020-05-081-19/+27
* Catch overflow in QDateTime::fromSecsSinceEpoch()Edward Welbourne2020-05-081-0/+8
* Merge some QDateTime methods marked for mergingEdward Welbourne2020-05-081-70/+6
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-081-247/+48
* Purge from Q(Date|Time)+ most things marked to go at Qt 6Edward Welbourne2020-05-051-446/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-271-3/+9
|\
| * Make t specifier for time-zone only apply to date-timeEdward Welbourne2020-04-231-3/+9
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-231-18/+17
|\|
| * Standardise language about quoted text in date/time format stringsEdward Welbourne2020-04-221-14/+14
| * Handle specified time-spec in date-time parsingAndrei Golubev2020-04-221-4/+3