summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Restore end-of-parse reporting to qstrntod()Edward Welbourne2022-11-241-6/+6
* QLocale: make qstrnto(u)ll not have output argumentsThiago Macieira2022-11-161-11/+12
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-032-2/+2
* Correct handling of month-lengths in QDateTimeParserEdward Welbourne2022-10-181-6/+11
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-152-8/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-043-12/+12
* Support serializing time-zone fields in date-times more flexiblyEdward Welbourne2022-09-291-1/+18
* Support parsing time-zone specifiers more selectivelyEdward Welbourne2022-09-293-20/+47
* QDateTime: specify a class template argumentGiuseppe D'Angelo2022-09-291-1/+1
* Tidy up day-of-week checks in QDateTimeParserEdward Welbourne2022-09-281-6/+2
* Mark QTimeZone's copy-constructor noexceptEdward Welbourne2022-09-262-2/+2
* Apply NRVO to QTimeZonePrivate::windowsIdToIanaIds()Edward Welbourne2022-09-141-3/+3
* Process IANA ID lists joined by spaces correctlyEdward Welbourne2022-09-142-13/+43
* Make time parsing accept zz as equivalent to zEdward Welbourne2022-09-132-12/+24
* 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
* QDateTime: work around bitfield bug on msvc x86Mårten Nordheim2022-08-301-5/+12
* Copy or check ShortData rather than pointer in more placesEdward Welbourne2022-08-292-4/+6
* Simplify one of the gap cases in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2022-08-261-11/+5
* Trivial simplification in QDataStream &operator>>(..., QDate &)Edward Welbourne2022-08-261-3/+1
* Reverse toLocalTime()'s and toUTC()'s delegation to toTimeSpec()Edward Welbourne2022-08-252-19/+37
* Reimplement fromSecsSinceEpoch() using setSecsSinceEpoch()Edward Welbourne2022-08-251-18/+17
* Eliminate ValidWhenMask; it duplicates ValidityMaskEdward Welbourne2022-08-252-10/+9
* Clean up handling of status in QDateTimeEdward Welbourne2022-08-251-35/+24
* Use QRoundingDown when converting UTC to local timeEdward Welbourne2022-08-251-4/+3
* Rearrange mapLocalTime() so its millis always have the right signEdward Welbourne2022-08-241-11/+12
* Unstringify QTimeZone Android partsJuha Vuolle2022-08-231-20/+29
* Break out overflow-calculations into semantically-named inlinesEdward Welbourne2022-08-192-22/+35
* Make 'zz' format an alias for 'z' in time format stringsEdward Welbourne2022-08-031-6/+49
* Remove an extraneous section in the documentation of QRomanCalenderThibaut Cuvelier2022-07-261-5/+4
* Make locale data arrays constexprMarc Mutz2022-07-203-6/+6
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-201-12/+0
* QDateTime: remove a few hardcoded values in favor of <chrono> constantsThiago Macieira2022-06-271-5/+8
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* QDateTime::Data, QTimeZone: rule-of-five and noexceptEdward Welbourne2022-06-084-6/+17
* PosixZone::parse(): don't reset already-initialized variableEdward Welbourne2022-06-081-2/+1
* Drop const from a declaration to let a return moveEdward Welbourne2022-06-081-1/+1
* 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-033-13/+19
* Core: make CLDR data constexprYuhang Zhao2022-05-271-5/+5
* Implement in QLocalTime the offset functions V4 Date needsEdward Welbourne2022-05-222-0/+56
* Move remaining time_t code from qdatetime.cpp to QLocalTimeEdward Welbourne2022-05-204-338/+338
* Split qtLocalTime out into a new QLocalTime namespaceEdward Welbourne2022-05-204-77/+159
* 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-202-154/+148
* Refactor qt_localtime()Edward Welbourne2022-05-201-85/+87
* QDateTime::setMSecsSinceEpoch(): push more work into a helper functionEdward Welbourne2022-05-202-67/+84