summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qtimezoneprivate_tz.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDateTime and zone code: pass types by const ref if not trivial to copyEdward Welbourne2024-04-191-1/+1
* Make QTimeZonePrivate::Data construction easierEdward Welbourne2024-04-191-37/+39
* QTZP_TZ: make PosixZone default constructor replace its invalid()Edward Welbourne2024-04-191-7/+5
* Apply NSDMI to some internal datetime and timezone typesEdward Welbourne2024-04-191-2/+0
* Port to QDirListingAhmad Samir2024-03-031-4/+2
* Also check available in TZ timezone's constructorEdward Welbourne2024-02-281-0/+2
* QTzTimeZoneCache: don't hold mutex while parsing filesMarc Mutz2024-02-161-1/+11
* QTzTimeZoneCache: make findEntry() staticMarc Mutz2024-02-121-1/+1
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Work round ICU disagreeing with TZDB about zone transitionsEdward Welbourne2023-10-261-30/+11
* Fix warning on invalid time-zone lookupEdward Welbourne2023-09-151-1/+1
* Support the TZDIR environment variableEdward Welbourne2023-09-131-23/+48
* Include all available IANA DB zones for the TZ backendEdward Welbourne2023-05-151-2/+34
* Minor tidies in the TZ time-zone backendEdward Welbourne2023-04-141-5/+7
* Recognize POSIX rules as valid timezone IDs for the TZ backendEdward Welbourne2023-03-201-7/+20
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-8/+10
* Restore end-of-parse reporting to qstrntod()Edward Welbourne2022-11-241-6/+6
* QLocale: make qstrnto(u)ll not have output argumentsThiago Macieira2022-11-161-11/+12
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-9/+9
* PosixZone::parse(): don't reset already-initialized variableEdward Welbourne2022-06-081-2/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-40/+4
* Exploit the new macro varargs form of Q_GLOBAL_STATICEdward Welbourne2022-04-221-2/+2
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-1/+1
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-1/+1
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-4/+6
* Core: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* QTzTimeZonePrivate: make ZoneNameReader constinit'ableMarc Mutz2022-02-091-2/+2
* QTzTimeZonePrivate: fix UB (data race on m_icu)Marc Mutz2022-01-121-0/+12
* QTzTimeZonePrivate: use ctor delegation instead of init()Marc Mutz2022-01-051-8/+8
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-2/+2
* Convert various callers of strtou?ll() to call strntou?ll()Edward Welbourne2021-08-301-9/+3
* Use time-zone transition data before 1970 as well as afterEdward Welbourne2021-05-261-3/+1
* Fix mix-guided use of const reference variableEdward Welbourne2021-04-291-1/+1
* Check POSIX rules during QTzTimeZone creationEdward Welbourne2021-04-271-15/+64
* Fix handling of a POSIX zone rule describing permanent DSTEdward Welbourne2021-04-271-17/+44
* Correct the parsing of POSIX rule day-of-year fieldsEdward Welbourne2021-04-271-8/+11
* In the POSIX zone parser, handle no-DST zones the same as name-onlyEdward Welbourne2021-04-201-3/+3
* Correct the range of allowed hours for a POSIX rule's transitionEdward Welbourne2021-04-201-27/+14
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-7/+7
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-141-14/+29
* Restore support for reading /etc/timezone for system zone nameEdward Welbourne2021-03-231-7/+15
* QTzTimeZonePrivate: provide correct data for before the first transitionEdward Welbourne2021-03-181-14/+22
* Use QFile directly instead of via QTextStreamEdward Welbourne2021-03-161-13/+23
* Fix handling of Sunday in POSIX time-zone rulesEdward Welbourne2021-02-011-2/+2
* QTzTimeZonePrivate::init(): fix handling of empty IDEdward Welbourne2021-01-271-7/+13
* 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