summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDateTime and zone code: pass types by const ref if not trivial to copyEdward Welbourne14 hours1-1/+1
* Apply NSDMI to some internal datetime and timezone typesEdward Welbourne14 hours1-1/+1
* Correct documentation of QDateTime's comparisonsEdward Welbourne2024-03-081-11/+18
* Date and Time classes: use new \compares commandIvan Solovev2024-02-201-0/+10
* Doc: Fix QDoc warnings for overloadsPaul Wicking2024-02-141-2/+0
* Documentation tweaks in QDate(Time)?::toString()Edward Welbourne2024-02-021-7/+10
* QDate(Time)?::toString(): eliminate QCalendar() defaultsEdward Welbourne2024-01-311-0/+38
* QDate(Time)?::fromString(): do not use QCalendar as a default argumentIvan Solovev2024-01-291-0/+54
* QDateTime: s/QPair/std::pair/Marc Mutz2023-12-131-7/+7
* Improve week-day-based resolution of two-digit year numbersEdward Welbourne2023-12-081-17/+10
* Add a section on date ambiguities to QDate::fromString()Edward Welbourne2023-12-081-3/+61
* Give the caller control over the century used for two-digit datesEdward Welbourne2023-12-081-7/+57
* Change POSIX current time query to use clock_gettime()Edward Welbourne2023-11-291-9/+9
* QDateTime: use new comparison helper macrosIvan Solovev2023-11-281-16/+9
* QTime: use new comparison helper macrosIvan Solovev2023-11-281-6/+6
* QDate: use new comparison helper macrosIvan Solovev2023-11-281-6/+6
* QDate: make conversion from/to chrono types constexpr and noexceptIvan Solovev2023-10-301-7/+7
* Clarify the behavior of QDateTime around 24-hour transitionsEdward Welbourne2023-10-191-1/+20
* QDateTime: disambiguate times in a zone transitionEdward Welbourne2023-10-191-155/+465
* QDateTime: improve docs about invalid vs valid datetime relationIvan Solovev2023-10-171-4/+12
* Sort out an anomaly in tst_QDateTime::springForward()Edward Welbourne2023-10-111-15/+18
* Let QDateTime::offsetFromUtc() work for invalid date-timesEdward Welbourne2023-10-111-10/+17
* Adjust msecs instead of offset for spring-forward resolution timesEdward Welbourne2023-10-111-12/+35
* Use actual ± instead of +/- or [+-] in QDateTime docs and commentsEdward Welbourne2023-10-101-23/+22
* qdatetime: use qsizetype moreAnton Kudryavtsev2023-10-101-3/+3
* QDateTime: de-duplicate some codeAhmad Samir2023-10-071-20/+17
* QDateTime: refactor an if-elseAhmad Samir2023-08-221-8/+2
* corelib/time/: clean out assorted over-namespacingEdward Welbourne2023-08-091-2/+2
* Replace {add,sub,mul}_overload with q{Add,Sub,Mul}OverloadMarc Mutz2023-06-121-13/+13
* Refactor QGregorianCalendar::julianFromParts to return std::optionalEdward Welbourne2023-05-041-22/+18
* QDateTime: replace a bool parameter with an enumAhmad Samir2023-04-221-5/+11
* QDate: fix QDebug operator<<() for dates with year > 9999Ahmad Samir2023-04-221-1/+5
* QDate: use more constexpr vars instead of plain numbersAhmad Samir2023-04-221-0/+3
* QDate: enable {start,end}OfDay() to make second-adjustmentsEdward Welbourne2023-04-141-6/+42
* Correct an inaccurate comment in inDateTimeRange()Edward Welbourne2023-02-021-1/+2
* QDateTime: refactor readInt()Ahmad Samir2023-01-311-49/+67
* Deploy QRoundingDown::qDivMod() in date-time calculationsEdward Welbourne2023-01-311-3/+3
* QRoundingDown: make the numerator a template parameterEdward Welbourne2023-01-191-4/+4
* Make QDateTime::Data::CanBeSmall a static constexpr boolEdward Welbourne2023-01-121-2/+2
* Deprecate QDateTime methods using plain Qt::TimeSpecEdward Welbourne2022-12-101-0/+27
* Add QDateTime::currentDateTime(const QTimeZone &)Edward Welbourne2022-12-091-27/+40
* Adapt QDateTime to route QTimeSpec uses via QTimeZoneEdward Welbourne2022-12-091-389/+426
* Adapt QTimeZone to handle Qt::TimeSpec machineryEdward Welbourne2022-12-091-5/+27
* 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
* 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