summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qtimezone.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a note on the sign of daylight-saving offsetsEdward Welbourne2021-11-181-1/+4
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-6/+6
* Doc: Ensure deprecated APIs in Qt Core are documented as suchNico Vertriest2021-07-231-1/+1
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-1/+1
* Revert early return from QTimeZone on invalid IDEdward Welbourne2021-04-291-3/+0
* Make deserialization of QTimeZone less promiscuousEdward Welbourne2021-04-201-3/+6
* Return early from QTimeZone constructor if alleged IANA ID is invalidEdward Welbourne2021-04-201-0/+3
* Catch invalid offset returns from QTimeZone backendsEdward Welbourne2021-04-161-9/+15
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-33/+45
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-161-3/+3
* Don't guess UTC when we can't find a system zone nameEdward Welbourne2020-09-281-3/+12
* Tidy up QTimeZone method bodiesEdward Welbourne2020-09-171-55/+27
* Fix crash on serializing default-constructed QTimeZoneEdward Welbourne2020-08-231-3/+11
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-181-1/+1
|\
| * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2020-01-171-1/+1
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* | Add support for UTC[+-]\d+(:\d+){,2} time zone IDsEdward Welbourne2019-09-161-5/+18
|/
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-061-0/+997