summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qtimezoneprivate.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTimeZonePrivate: extract method for available zone idsAnton Kudryavtsev2024-03-161-22/+14
* TimeZone: optimize offsetFromUtcStringAnton Kudryavtsev2024-03-151-7/+10
* QTimeZonePrivate: avoid needless allocationAnton Kudryavtsev2024-02-281-3/+1
* Implement QTZP::isTimeZoneIdAvailable() on AndroidEdward Welbourne2024-02-121-1/+2
* Move QTimeZone's CLDR-derived data into a namespaceEdward Welbourne2024-02-081-13/+14
* Use short name as QTZP::abbreviation() by defaultEdward Welbourne2024-02-051-2/+1
* QTZP: use binary search more on timezone ID tablesEdward Welbourne2024-02-011-32/+65
* Fix ordering of Windows timezonesEdward Welbourne2024-02-011-0/+23
* Remove system locale dependency from timezone code that doesn't need itEdward Welbourne2024-02-011-2/+5
* Include offset-zone's ID in the available IDs for an offsetEdward Welbourne2023-11-031-0/+6
* QTimeZone(qint32 offsetSeconds): use IANA ID when one is availableEdward Welbourne2023-11-031-3/+17
* Convert UTC offset table look-ups to binary chopEdward Welbourne2023-11-031-11/+17
* Report as available every QTimeZone(qint32).id() resultEdward Welbourne2023-10-301-1/+3
* QDateTime: disambiguate times in a zone transitionEdward Welbourne2023-10-191-112/+137
* Remove spurious early return from QTZPrivate::stateAtZoneTime()Edward Welbourne2023-08-091-8/+0
* Refine QTimeZonePrivate::dataForLocalTime()Edward Welbourne2023-07-281-13/+21
* Replace {add,sub,mul}_overload with q{Add,Sub,Mul}OverloadMarc Mutz2023-06-121-3/+3
* Expand range of allowed UTC offsets to 16 hoursEdward Welbourne2023-04-201-10/+10
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-071-3/+6
* QTimeZonePrivate: fix a QL1S/QBAV mixed comparisonGiuseppe D'Angelo2023-01-111-1/+5
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Apply NRVO to QTimeZonePrivate::windowsIdToIanaIds()Edward Welbourne2022-09-141-3/+3
* Process IANA ID lists joined by spaces correctlyEdward Welbourne2022-09-141-8/+37
* Simplify one of the gap cases in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2022-08-261-11/+5
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-2/+2
* Apply the East-Saskatchewan exception to zone-fragment lengths to ICUEdward Welbourne2022-03-251-5/+9
* 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-041-4/+3
* Fix some out-of-range issues with time-zone supportEdward Welbourne2021-11-081-2/+5
* Fix handling of time-zone gap in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-10-121-2/+4
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-2/+2
* Modernise and simplify handling of qtimezoneprivate_data_p.h's dataEdward Welbourne2021-09-101-113/+46
* Remove trailing zero rows from qtimezoneprivate_data_p.h's tablesEdward Welbourne2021-09-101-4/+3
* Remove a redundant checkEdward Welbourne2021-09-021-1/+1
* Fix corner case in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-09-011-14/+18
* QTimeZonePrivate: Reduce copying by not using QByteArrayMårten Nordheim2021-06-141-26/+32
* QTimeZonePrivate::territory: use QStringTokenizerMårten Nordheim2021-06-121-6/+4
* QTimeZonePrivate: make windowsId return a QByteArrayViewMårten Nordheim2021-06-071-2/+2
* Handle overflow in QTimeZonePrivate::dataForLocalTime() and its callerEdward Welbourne2021-04-201-1/+2
* Catch invalid offset returns from QTimeZone backendsEdward Welbourne2021-04-161-1/+4
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-23/+23
* QTimeZonePrivate::dataForLocalTime: avoid {ov,und}erflowEdward Welbourne2021-03-011-10/+21
* Fix transitionEachZone() failures on AndroidEdward Welbourne2021-02-241-0/+5
* QTimeZone: Avoid creating quite as many QByteArraysMårten Nordheim2021-02-111-4/+21
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-01-181-13/+20
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-15/+15
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1