summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qtimezoneprivate_tz.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-141-14/+29
* Restore support for reading /etc/timezone for system zone nameEdward Welbourne2021-04-121-7/+15
* QTzTimeZonePrivate::init(): fix handling of empty IDEdward Welbourne2021-02-021-7/+13
* Fix handling of Sunday in POSIX time-zone rulesEdward Welbourne2021-02-011-2/+2
* Fix QTzTimeZonePrivate::displayName()'s fallbackEdward Welbourne2021-01-201-1/+2
* Bounds-check time-zone offsets when parsingEdward Welbourne2020-11-271-11/+16
* Prevent time zone lookup from using infinite amounts of memoryAndreas Buhr2020-11-191-6/+6
* Don't guess UTC when we can't find a system zone nameEdward Welbourne2020-09-281-8/+10
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-5/+5
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-18/+18
* Port qdatetime away from QStringRefLars Knoll2020-06-121-1/+1
* Cache system zone ID when fetched from the file-systemEdward Welbourne2020-05-281-64/+141
* QtCore: fix a few more char/int/uint -> QChar conversionsMarc Mutz2020-04-301-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-081-25/+5
|\
| * Purge two old time-zone lookup fallbacksEdward Welbourne2020-04-071-23/+0
| * Ensure QTzTimeZonePrivate always tries a non-empty IANA IDEdward Welbourne2020-04-071-2/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-031-20/+13
|\|
| * Clean up QTzTimeZonePrivate::systemTimeZoneId()Edward Welbourne2020-04-021-20/+13
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-241-53/+88
|\|
| * qtimezoneprivate_tz: Apply a cache over the top of timezone dataRobin Burchell2020-03-201-53/+88
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
|/
* Move YearRange to QDateTime from its PrivateEdward Welbourne2019-07-011-3/+2
* QTimeZone: avoid needless QString instancesRolf Eike Beer2019-06-191-3/+3
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-5/+38
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-061-0/+1154