summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qtimezone.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidy up a bit in QTZP_p.hEdward Welbourne2024-04-221-1/+1
* Add a "See also" to link a comment to a Jira ticketEdward Welbourne2024-03-011-1/+1
* Also check available in TZ timezone's constructorEdward Welbourne2024-02-281-1/+0
* Date and Time classes: use new \compares commandIvan Solovev2024-02-201-0/+2
* QIcuTimeZonePrivate constructor: save iteration over all zone IDsNicolas Fella2024-02-081-12/+4
* Optimize QTimeZone construction on AndroidVolker Krause2024-02-061-0/+7
* Remove system locale dependency from timezone code that doesn't need itEdward Welbourne2024-02-011-22/+7
* QTimeZone: use new comparison helper macrosIvan Solovev2023-11-281-20/+20
* Include offset-zone's ID in the available IDs for an offsetEdward Welbourne2023-11-031-1/+5
* QTimeZone(qint32 offsetSeconds): use IANA ID when one is availableEdward Welbourne2023-11-031-4/+35
* Report as available every QTimeZone(qint32).id() resultEdward Welbourne2023-10-301-1/+4
* Align doc of custom QTimeZone constructor with declarationEdward Welbourne2023-10-301-6/+6
* Update QTZ::transitions() doc to say what the atUtc values meanEdward Welbourne2023-10-181-1/+3
* Make systemTimeZone() and systemTimeZoneId() consistentEdward Welbourne2023-10-101-11/+18
* Warn on failure to construct valid system time zone objectEdward Welbourne2023-09-151-6/+20
* Don't create a QTimeZonePrivate object for an unsupported time zone IDAndreas Buhr2023-05-151-2/+7
* Fix QTimeZone::offsetData() for the case without transitionsEdward Welbourne2023-05-111-7/+10
* Change QTimeZone's offset range into constants, not an enumEdward Welbourne2023-04-281-27/+34
* Expand range of allowed UTC offsets to 16 hoursEdward Welbourne2023-04-201-12/+26
* Improve QTimeZone's documentation about territoriesEdward Welbourne2023-04-201-16/+28
* Skip QTimeZone::isTimeZoneIdAvailable()'s validity check on UnixEdward Welbourne2023-03-201-2/+8
* QTimeZone: use correct Darwin define in #if-eryEdward Welbourne2023-03-201-4/+4
* Doc: fix qdoc warning, explicitly qualify enum typeVolker Hilsheimer2023-03-031-1/+1
* Inline two move-constructors in qtimezone.hEdward Welbourne2023-01-181-10/+2
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-3/+3
* Adapt QTimeZone to handle Qt::TimeSpec machineryEdward Welbourne2022-12-091-71/+675
* Add comment on fallback for system zone IDEdward Welbourne2022-12-051-0/+1
* Document how to recognize an invalid QTimeZone::OffsetDataEdward Welbourne2022-12-051-2/+6
* Expand documentation of QTimeZone::M{in,ax}OffsetSecsEdward Welbourne2022-12-051-7/+7
* QTimeZone doc: mention the ICU escape from MS's bad APIsEdward Welbourne2022-12-051-0/+4
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Mark QTimeZone's copy-constructor noexceptEdward Welbourne2022-09-261-1/+1
* QDateTime::Data, QTimeZone: rule-of-five and noexceptEdward Welbourne2022-06-081-0/+9
* Drop const from a declaration to let a return moveEdward Welbourne2022-06-081-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-39/+3
* QTimeZone: add construction from std::chrono::time_zone*Giuseppe D'Angelo2022-04-121-0/+9
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-1/+3
* Correct some typos and flat-out falsehoods in QTimeZone docsEdward Welbourne2022-03-031-9/+11
* Update QTimeZone documentation on the limitations of MS's dataEdward Welbourne2022-02-181-2/+5
* 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