summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Correct handling of {next,previous}Transition before FIRST_DST_YEAREdward Welbourne2022-03-041-13/+61
* Fix inverted condition on year starting in DSTEdward Welbourne2022-03-041-3/+6
* Improve handling of newYearOffset in qtimezoneprivate_win.cppEdward Welbourne2022-03-041-9/+20
* Consistently treat times before first rule as in its standard timeEdward Welbourne2022-03-041-38/+38
* Fix handling of out-of-range years in QTZP_winEdward Welbourne2022-03-041-9/+8
* Correct fake-DST detection and handling in QTZP_winEdward Welbourne2022-03-041-27/+56
* Clip dataForLocalTime()'s bracketing window's start to minMSecs() + 1Edward Welbourne2022-03-041-5/+9
* Use QDateTimePrivate's methods in preference to std::numeric_limitsEdward Welbourne2022-03-043-16/+18
* Correct some typos and flat-out falsehoods in QTimeZone docsEdward Welbourne2022-03-031-9/+11
* Protect headers against min/max macrosMarc Mutz2022-02-221-4/+4
* Expand testing of QDateTime's isNull() and isValid()Edward Welbourne2022-02-181-5/+4
* Update QTimeZone documentation on the limitations of MS's dataEdward Welbourne2022-02-181-2/+5
* Correct handling of start-of-rule situations in QTZP_winEdward Welbourne2022-02-181-5/+7
* Extract functions: move some code to TransitionTimePairEdward Welbourne2022-02-182-14/+22
* QTzTimeZonePrivate: make ZoneNameReader constinit'ableMarc Mutz2022-02-091-2/+2
* QCalendar: fix buildMarc Mutz2022-02-051-0/+6
* Nail down handling of nextTransition() when before the first ruleEdward Welbourne2022-02-021-3/+12
* Make one QT_REMOVED_SINCE/QT_BUILD_REMOVED_API per moduleMarc Mutz2022-02-011-1/+1
* Fix misguided winding backwards past start of start of MS TZ dataEdward Welbourne2022-01-301-1/+21
* QCalendar: port registry from QHash to QFlatMapMarc Mutz2022-01-301-28/+28
* Refine QTZP_win's msecsToDate() by trusting arithmeticEdward Welbourne2022-01-301-3/+3
* QCalendar: replace two overloads with one QAnyStringView functionMarc Mutz2022-01-302-11/+8
* QCalendar: replace ostream-style qWarning with printf-style oneMarc Mutz2022-01-281-3/+2
* QCalendar: eradicate Java-style iteratorMarc Mutz2022-01-281-4/+9
* QtCore: includemocsMarc Mutz2022-01-271-0/+4
* QCalendar: move memory allocation out of critical sectionMarc Mutz2022-01-271-1/+2
* Simplify some #if-ery and use positive testsEdward Welbourne2022-01-171-8/+6
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-171-0/+1
* Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-01-131-4/+4
* QTzTimeZonePrivate: fix UB (data race on m_icu)Marc Mutz2022-01-121-0/+12
* QTzTimeZonePrivate: use ctor delegation instead of init()Marc Mutz2022-01-052-9/+9
* QTzTimeZonePrivate: fix permanently-detaching m_icuMarc Mutz2022-01-051-1/+7
* QDateTime: fix UB (signed overflow) in addDays()Marc Mutz2021-12-211-3/+4
* Remove some spurious prefixes in declarationsEdward Welbourne2021-11-182-4/+4
* Add a note on the sign of daylight-saving offsetsEdward Welbourne2021-11-181-1/+4
* Eliminate a constant from qtimezoneprivate_win.cppEdward Welbourne2021-11-181-6/+7
* Remove some unused constants from qtimezoneprivate_win.cppEdward Welbourne2021-11-181-6/+3
* Revise (recently-added) yearSharingWeekDays() to take a QDateEdward Welbourne2021-11-152-14/+34
* Avoid overflow for date-time in the first (partly) representable dayEdward Welbourne2021-11-111-2/+10
* Replace enum with constexpr qint64 variablesEdward Welbourne2021-11-111-7/+5
* Fix 32-bit builds broken by mul_overflow() on qint64Martin Storsjö2021-11-101-1/+1
* Add QGregorianCalendar::yearSharingWeekDays()Edward Welbourne2021-11-102-0/+27
* QLocale: Add support for Kaingang and Nheengatu languagesIevgenii Meshcheriakov2021-11-103-1/+30
* Update CLDR-derived data to newly-released v40Ievgenii Meshcheriakov2021-11-103-2399/+2427
* locale_database: Add entry for 'South Sudan Standard Time'Ievgenii Meshcheriakov2021-11-101-172/+174
* Fix some out-of-range issues with time-zone supportEdward Welbourne2021-11-082-12/+24
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-10-231-1/+1
* QDateTime: Limit string processing to known boundariesMårten Nordheim2021-10-201-6/+18
* Convert Latin1 to UTF-16 before passing to ICU APIEdward Welbourne2021-10-141-5/+5
* Fix handling of time-zone gap in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-10-121-2/+4