summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove qualification for Julian calendarAlex Blasche2021-03-301-1/+1
* Restore support for reading /etc/timezone for system zone nameEdward Welbourne2021-03-231-7/+15
* Don't combine enum values from different enum typesVolker Hilsheimer2021-03-181-2/+2
* Correct qt_mktime()'s check for last second in 1969Edward Welbourne2021-02-181-1/+1
* Fix handling of Sunday in POSIX time-zone rulesEdward Welbourne2021-02-011-2/+2
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-272-25/+27
* QTzTimeZonePrivate::init(): fix handling of empty IDEdward Welbourne2021-01-271-7/+13
* Update to CLDR v38.1, adding Yukon Standard TimeEdward Welbourne2021-01-271-221/+224
* Make QCalendar's backend registration reentrant-safeEdward Welbourne2021-01-251-32/+120
* Hold references to zone IDs alive during useEdward Welbourne2021-01-211-2/+8
* Fix QTzTimeZonePrivate::displayName()'s fallbackEdward Welbourne2021-01-201-1/+2
* Correct string comparison in Android's IANA ID matching codeEdward Welbourne2021-01-181-1/+1
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-01-182-15/+24
* Remove the qmake project filesJoerg Bornemann2021-01-071-71/+0
* Add test creating QDateTime in double-DST gap in 1947 GermanyAndreas Buhr2020-12-241-0/+3
* Restore previous QDateTime behavior in DST gapAndreas Buhr2020-12-151-3/+3
* Check date validity in calendar methods taking a QDateEdward Welbourne2020-12-101-2/+2
* Enable testing for whether a calendar registered its primary nameEdward Welbourne2020-12-042-25/+95
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-303-4/+4
* Return a more useful date-time on parser failure in spring-forward gapEdward Welbourne2020-11-271-2/+8
* QDateTimeParser: fix handling of AM/PM textsEdward Welbourne2020-11-271-8/+10
* Bounds-check time-zone offsets when parsingEdward Welbourne2020-11-272-12/+17
* QCalendar: increase coverage by testsEdward Welbourne2020-11-271-1/+2
* Prevent time zone lookup from using infinite amounts of memoryAndreas Buhr2020-11-191-6/+6
* Update CLDR to v38Edward Welbourne2020-11-084-2957/+2977
* Reorder locale enums alphabeticallyEdward Welbourne2020-11-084-4940/+4940
* Use newer names for various languages, territories and scriptsEdward Welbourne2020-11-083-90/+90
* Make QDateTime's operators hidden friendsEdward Welbourne2020-11-072-28/+57
* Make QTime's operators hidden friendsEdward Welbourne2020-11-072-19/+19
* Make QDate's operators hidden friendsEdward Welbourne2020-11-072-21/+19
* Resolve corelib's remaining ### Qt 6 commentsEdward Welbourne2020-11-021-1/+0
* Adapt QDate::fromString() to accept negative year numbersAndreas Buhr2020-10-301-44/+80
* Add unit tests for QDateTimeParser internalsAndreas Buhr2020-10-301-0/+2
* Update CLDR to v37, adding Nigerian Pidgin as a new languageEdward Welbourne2020-10-263-2365/+2514
* Use unchecked substring methods in date-time codeEdward Welbourne2020-10-192-33/+31
* Check time-text is long enough while checking for its colonsEdward Welbourne2020-10-191-1/+3
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-161-3/+3
* QTimeZone: drop an implicit conversion commentGiuseppe D'Angelo2020-10-161-1/+1
* Check validity before adding to a QDateTimeEdward Welbourne2020-10-091-0/+9
* Check against {und,ov}erflow in more QDateTime methodsEdward Welbourne2020-10-091-11/+39
* Check value is in range when setting a QDateTimeEdward Welbourne2020-10-091-5/+16
* Allow millisecond-overflow when the result remains validEdward Welbourne2020-10-071-8/+28
* Use fromIsoTimeString() in QDateTime::fromString() also for TextDateEdward Welbourne2020-10-071-37/+2
* Use start of day when wrapping 24:00 to the next dayEdward Welbourne2020-10-071-2/+2
* Break out calendar backend-from-enum as a static functionEdward Welbourne2020-10-061-27/+38
* QCalendar: fixup includesGiuseppe D'Angelo2020-10-061-1/+1
* Prefer QStringView's operator[] over its at()Edward Welbourne2020-10-061-7/+7
* Implement date-time fromString(QStringView...) methodsEdward Welbourne2020-10-052-23/+98