summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Use templated QJniObject::object() instead of static_castAssam Boudjelthia2021-05-061-9/+9
* Ensure setDateTime clears status also when shortEdward Welbourne2021-05-041-1/+3
* Revert early return from QTimeZone on invalid IDEdward Welbourne2021-04-291-3/+0
* Handle invalid system zone case when falling back from time_t functionsEdward Welbourne2021-04-291-26/+30
* Fix mix-guided use of const reference variableEdward Welbourne2021-04-291-1/+1
* Check POSIX rules during QTzTimeZone creationEdward Welbourne2021-04-272-15/+65
* 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
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-04-263-631/+632
* Make zone-name part of date-time parsing a little fasterEdward Welbourne2021-04-231-2/+2
* QDateTime: Avoid compiler warning about issue impossible at runtimeRobert Löhning2021-04-211-1/+1
* 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
* 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
* Fix bug in QDateTimeParser::findTimeZoneName()'s length-limitingEdward Welbourne2021-04-201-1/+1
* Handle overflow in QTimeZonePrivate::dataForLocalTime() and its callerEdward Welbourne2021-04-202-19/+27
* Fix another compilation error in QDateTimeEirik Aavitsland2021-04-201-1/+3
* Merge integration refs/builds/qtci/dev/1618564901Qt CI Bot2021-04-162-115/+162
|\
| * Use QTimeZone to determine offsets outside the system-function rangeEdward Welbourne2021-04-162-21/+61
| * Extend time_t-based handling all the way to the end of time_tEdward Welbourne2021-04-161-100/+107
* | Catch invalid offset returns from QTimeZone backendsEdward Welbourne2021-04-162-10/+19
|/
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-1513-100/+116
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-141-14/+29
* Avoid attempting to parse insanely long texts as zone namesEdward Welbourne2021-04-071-0/+18
* Merge integration refs/builds/qtci/dev/1616505582Qt CI Bot2021-03-231-1/+1
|\
| * Remove qualification for Julian calendarAlex Blasche2021-03-231-1/+1
* | 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-182-14/+24
* Don't combine enum values from different enum typesVolker Hilsheimer2021-03-181-2/+2
* Use QFile directly instead of via QTextStreamEdward Welbourne2021-03-161-13/+23
* Fix compilation error in QDateTimeAndrei Golubev2021-03-041-1/+3
* Simplify QDateTimeParser::fromString() to always record the date-timeEdward Welbourne2021-03-011-9/+3
* Try again if mktime() fails when we thought we knew DST-nessEdward Welbourne2021-03-011-0/+6
* QTimeZonePrivate::dataForLocalTime: avoid {ov,und}erflowEdward Welbourne2021-03-011-10/+21
* Only store offsetFromUtc when sane (and assert sanity)Edward Welbourne2021-03-011-4/+8
* Rework an assertion to eliminate a common sub-expression using a lambdaEdward Welbourne2021-03-011-8/+9
* Use qint64 as base-type for an enum mostly cast to that typeEdward Welbourne2021-03-011-45/+47
* Fix transitionEachZone() failures on AndroidEdward Welbourne2021-02-241-0/+5
* Correct qt_mktime()'s check for last second in 1969Edward Welbourne2021-02-181-1/+1
* Provide calendar backends with a unique IDEdward Welbourne2021-02-1813-138/+292
* Fix a typo, simplify an increment, add an assertionEdward Welbourne2021-02-181-3/+5
* Drop some over-rides that duplicated the base-class's implementationEdward Welbourne2021-02-182-23/+2
* Drop parsing of antique TextDate formatEdward Welbourne2021-02-151-27/+8
* QDateTime::toString(): use UTC-offset as time-zone suffixEdward Welbourne2021-02-151-1/+2
* Prepare TextDate to use UTC-offset rather than GMT-offset zone suffixesEdward Welbourne2021-02-151-9/+13
* Update QDateTime::timeZoneAbbreviation docsEdward Welbourne2021-02-121-14/+14
* Add a shortcut in QDateTimeParser::findTimeZone for UTCMårten Nordheim2021-02-111-1/+8
* QTimeZone: Avoid creating quite as many QByteArraysMårten Nordheim2021-02-111-4/+21
* Fix handling of Sunday in POSIX time-zone rulesEdward Welbourne2021-02-011-2/+2