summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* QDateTime::fromM?SecsSinceEpoch() docs: add missing noteEdward Welbourne2022-12-051-0/+13
* QDateTime docs: use plainer language to talk about time since 1970Edward Welbourne2022-12-051-24/+26
* QDateTime::set{TimeSpec,TimeZone,OffsetFromUTC}: s/will/may/Edward Welbourne2022-12-051-3/+3
* QDateTime::fromM?SecsSinceEpoch(): fix indent of docEdward Welbourne2022-12-051-25/+25
* QDateTime docs: fix s/date-time/datetime/g for consistencyEdward Welbourne2022-12-051-11/+11
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-4/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* Support serializing time-zone fields in date-times more flexiblyEdward Welbourne2022-09-291-1/+18
* Support parsing time-zone specifiers more selectivelyEdward Welbourne2022-09-291-1/+12
* Make time parsing accept zz as equivalent to zEdward Welbourne2022-09-131-10/+21
* Avoid recomputing DST-ness for time-zone when already knownEdward Welbourne2022-09-071-0/+4
* Replace .at() with [] to dereference QStringViewEdward Welbourne2022-09-071-2/+2
* Copy or check ShortData rather than pointer in more placesEdward Welbourne2022-08-291-4/+4
* Trivial simplification in QDataStream &operator>>(..., QDate &)Edward Welbourne2022-08-261-3/+1
* Reverse toLocalTime()'s and toUTC()'s delegation to toTimeSpec()Edward Welbourne2022-08-251-17/+35
* Reimplement fromSecsSinceEpoch() using setSecsSinceEpoch()Edward Welbourne2022-08-251-18/+17
* Eliminate ValidWhenMask; it duplicates ValidityMaskEdward Welbourne2022-08-251-9/+9
* Clean up handling of status in QDateTimeEdward Welbourne2022-08-251-35/+24
* Break out overflow-calculations into semantically-named inlinesEdward Welbourne2022-08-191-8/+12
* Make 'zz' format an alias for 'z' in time format stringsEdward Welbourne2022-08-031-6/+49
* QDateTime::Data, QTimeZone: rule-of-five and noexceptEdward Welbourne2022-06-081-3/+3
* Don't std::move() trivally-copyable type; it makes no differenceEdward Welbourne2022-06-081-6/+7
* Simplify construction of two QTime instancesEdward Welbourne2022-06-031-4/+2
* Add MINS_PER_HOUR constant and avoid a Coverity overflow warningEdward Welbourne2022-06-031-8/+9
* Move remaining time_t code from qdatetime.cpp to QLocalTimeEdward Welbourne2022-05-201-336/+5
* Split qtLocalTime out into a new QLocalTime namespaceEdward Welbourne2022-05-201-77/+4
* Replace qt_mktime(), avoiding out-parameters and conversionsEdward Welbourne2022-05-201-115/+131
* Eliminate the msecsToTime() overload with out-parametersEdward Welbourne2022-05-201-26/+12
* Refactor QDateTimePrivate::*MSecsToEpochMSecs()Edward Welbourne2022-05-201-145/+143
* Refactor qt_localtime()Edward Welbourne2022-05-201-85/+87
* QDateTime::setMSecsSinceEpoch(): push more work into a helper functionEdward Welbourne2022-05-201-64/+70
* Fix wrong QDateTime::isValid() to use the right QFlags methodEdward Welbourne2022-05-201-1/+1
* Simplify msecsToTime() and two callers by using QRoundingDownEdward Welbourne2022-05-201-24/+19
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-39/+3
* Correct leap year sequence in systemTimeYearMatching()Edward Welbourne2022-04-251-1/+1
* QDate(Time): add a addDuration methodGiuseppe D'Angelo2022-04-141-0/+42
* QDateTime: add conversions for time_point and zoned_timeGiuseppe D'Angelo2022-04-131-0/+79
* QDate: add conversions for std::chrono calendaring classesGiuseppe D'Angelo2022-04-131-0/+48
* QDateTime: add support for std::chrono::duration arithmeticGiuseppe D'Angelo2022-04-131-0/+69
* Fix overflow issue discovered by MSVC in C++20 modeEdward Welbourne2022-04-051-2/+3
* QDateTimeParser: Correct a comment which was exactly wrongEdward Welbourne2022-04-051-1/+1
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-1/+1
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-6/+8
* Avoid overflow in some more qdatetime.cpp functionsEdward Welbourne2022-03-251-28/+36
* QDateTime: enable larger ShortData for bootstrapped buildMarc Mutz2022-03-231-1/+1
* QDateTime: future-proof swap()Marc Mutz2022-03-171-0/+1
* Expand testing of QDateTime's isNull() and isValid()Edward Welbourne2022-02-181-5/+4
* Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-01-131-4/+4
* QDateTime: fix UB (signed overflow) in addDays()Marc Mutz2021-12-211-3/+4