summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* QRoundingDown: make the numerator a template parameterEdward Welbourne2023-01-199-62/+62
* Inline two move-constructors in qtimezone.hEdward Welbourne2023-01-182-12/+4
* Correct #if-ery on a pair of qtimezone.h forward declarationsEdward Welbourne2023-01-181-1/+1
* Tidy up in qtimezone.hEdward Welbourne2023-01-181-1/+1
* Don't std::move a trivially-copyable QTimeZone::ShortDataEdward Welbourne2023-01-121-2/+2
* Include tzInfo.StandardBias in getCurrentStandardUtcOffset()Edward Welbourne2023-01-121-3/+10
* Make QDateTime::Data::CanBeSmall a static constexpr boolEdward Welbourne2023-01-122-8/+6
* QTimeZonePrivate: fix a QL1S/QBAV mixed comparisonGiuseppe D'Angelo2023-01-111-1/+5
* QDateTimeParser: use a local var instead of multiple str::at()Ahmad Samir2023-01-041-9/+10
* Bootstrap: Fix compilation of decl/def with different conditionalsMårten Nordheim2022-12-132-2/+2
* Deprecate QDateTime methods using plain Qt::TimeSpecEdward Welbourne2022-12-102-0/+46
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-094-85/+42
* Add QDateTime::currentDateTime(const QTimeZone &)Edward Welbourne2022-12-092-27/+41
* Adapt QDateTime to route QTimeSpec uses via QTimeZoneEdward Welbourne2022-12-093-418/+443
* Adapt QTimeZone to handle Qt::TimeSpec machineryEdward Welbourne2022-12-093-90/+806
* Add a note on the meaning of offsets from UTC to QDateTimeEdward Welbourne2022-12-091-0/+6
* Fix some more details in QDateTime documentationEdward Welbourne2022-12-091-6/+7
* Fix ordering of includes in qdatetime.cppEdward Welbourne2022-12-091-2/+1
* Shuffle QTimeZone so backend-dependent parts are contiguousEdward Welbourne2022-12-071-22/+23
* Clean up operator>>(QDataStream &in, QDateTime &dateTime)Edward Welbourne2022-12-071-17/+7
* Improve documentation of QDateTime::toTimeSpec() and its familyEdward Welbourne2022-12-051-6/+14
* QDateTime::to{LocalTime,UTC}(): relocate to among related codeEdward Welbourne2022-12-051-51/+48
* Clean up QDateTime documentationEdward Welbourne2022-12-051-28/+31
* 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
* Add comment on fallback for system zone IDEdward Welbourne2022-12-051-0/+1
* Document how to recognize an invalid QTimeZone::OffsetDataEdward Welbourne2022-12-051-2/+6
* Expand documentation of QTimeZone::M{in,ax}OffsetSecsEdward Welbourne2022-12-051-7/+7
* QTimeZone doc: mention the ICU escape from MS's bad APIsEdward Welbourne2022-12-051-0/+4
* 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