summaryrefslogtreecommitdiff
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgpl5.15Tarja Sundqvist2023-03-234-16/+41
|\
| * QtCore: includemocsMarc Mutz2022-01-271-0/+4
| * Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-01-141-3/+3
| * QTzTimeZonePrivate: fix UB (data race on m_icu)Marc Mutz2022-01-131-0/+12
| * QTzTimeZonePrivate: use ctor delegation instead of init()Marc Mutz2022-01-062-9/+9
| * QTzTimeZonePrivate: fix permanently-detaching m_icuMarc Mutz2022-01-061-1/+7
| * QDateTime: fix UB (signed overflow) in addDays()Marc Mutz2021-12-231-3/+6
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...Tarja Sundqvist2022-09-121-13/+19
|\ \ | |/
| * Fix corner case in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-09-021-13/+19
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...Tarja Sundqvist2022-08-161-13/+26
|\ \ | |/
| * Fix date parsing when local time lacks the start of the dayEdward Welbourne2021-06-141-13/+26
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-165-630/+631
|\ \ | |/
| * Update CLDR-derived data to newly-released v39Edward Welbourne2021-05-044-629/+630
| * Fix mix-guided use of const reference variableEdward Welbourne2021-04-291-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-074-76/+131
|\ \ | |/
| * Make POSIX transition rule parser more robustEdward Welbourne2021-04-161-14/+29
| * Avoid attempting to parse insanely long texts as zone namesEdward Welbourne2021-04-071-0/+18
| * Remove qualification for Julian calendarAlex Blasche2021-03-251-1/+1
| * Restore support for reading /etc/timezone for system zone nameEdward Welbourne2021-03-231-7/+15
| * Fix parsing of dates with spaces in day or month namesEdward Welbourne2021-02-191-54/+68
* | Revert "Update commercial license headers to src/concurrent and src/corelib"Tarja Sundqvist2021-03-2336-725/+725
|/
* Fix trivial typo in QDateTime::fromString() overload docEdward Welbourne2021-02-031-1/+1
* Update to CLDR v38.1, adding Yukon Standard TimeEdward Welbourne2021-02-031-221/+224
* Fix QTzTimeZonePrivate::displayName()'s fallbackEdward Welbourne2021-02-031-1/+2
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-02-032-14/+23
* QTzTimeZonePrivate::init(): fix handling of empty IDEdward Welbourne2021-02-031-7/+13
* Hold references to zone IDs alive during useEdward Welbourne2021-02-031-2/+8
* Correct string comparison in Android's IANA ID matching codeEdward Welbourne2021-02-031-1/+1
* Doc: Add deprecation noticePaul Wicking2021-02-031-0/+4
* Check date validity in calendar methods taking a QDateEdward Welbourne2021-02-021-2/+2
* Fix handling of Sunday in POSIX time-zone rulesEdward Welbourne2021-02-021-2/+2
* Update commercial license headers to src/concurrent and src/corelibTarja Sundqvist2021-01-2836-725/+725
* Make QCalendar's backend registration reentrant-safeEdward Welbourne2021-01-261-32/+120
* Enable testing for whether a calendar registered its primary nameEdward Welbourne2020-12-042-25/+95
* Bounds-check time-zone offsets when parsingEdward Welbourne2020-11-302-12/+17
* QCalendar: increase coverage by testsEdward Welbourne2020-11-301-1/+2
* Return a more useful date-time on parser failure in spring-forward gapEdward Welbourne2020-11-301-2/+8
* Update CLDR to v38Edward Welbourne2020-11-094-3076/+3097
* Update CLDR to v37, adding Nigerian Pidgin as a new languageEdward Welbourne2020-10-273-2275/+2354
* QCalendar: fixup includesGiuseppe D'Angelo2020-10-061-1/+1
* Break out calendar backend-from-enum as a static functionEdward Welbourne2020-10-061-27/+38
* Don't guess UTC when we can't find a system zone nameEdward Welbourne2020-09-283-16/+25
* QCalendarBackend: format "enum" as code where usedEdward Welbourne2020-08-201-8/+11
* Document QCalendarBackend::name()Edward Welbourne2020-08-201-1/+8
* QCalendar: actually remember if the registry has been populatedGiuseppe D'Angelo2020-08-071-0/+2
* Save DST status when computed for a mutable QDateTimeDataEdward Welbourne2020-06-291-0/+1
* Cache system zone ID when fetched from the file-systemEdward Welbourne2020-05-281-64/+141
* Make QDateTimeParser recognize local time offsetsAndrei Golubev2020-05-281-13/+10
* Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-203-60/+141
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-202-3/+10