summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-05-033-631/+632
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-141-14/+29
* Restore support for reading /etc/timezone for system zone nameEdward Welbourne2021-04-121-7/+15
* Avoid attempting to parse insanely long texts as zone namesEdward Welbourne2021-04-071-0/+18
* Correct qt_mktime()'s check for last second in 1969Edward Welbourne2021-02-181-1/+1
* QTzTimeZonePrivate::init(): fix handling of empty IDEdward Welbourne2021-02-021-7/+13
* Update to CLDR v38.1, adding Yukon Standard TimeEdward Welbourne2021-02-021-221/+224
* Correct string comparison in Android's IANA ID matching codeEdward Welbourne2021-02-021-1/+1
* Fix handling of Sunday in POSIX time-zone rulesEdward Welbourne2021-02-011-2/+2
* Make QCalendar's backend registration reentrant-safeEdward Welbourne2021-01-261-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
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-01-192-15/+24
* 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-171-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-12-043-4/+4
* Bounds-check time-zone offsets when parsingEdward Welbourne2020-11-272-12/+17
* Return a more useful date-time on parser failure in spring-forward gapEdward Welbourne2020-11-271-2/+8
* 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
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-032-2/+2
* Handle trailing cruft consistently in Qt::DateFormat parsingEdward Welbourne2020-10-031-71/+71
* Modernize implementation in date-time and its parsingEdward Welbourne2020-10-023-54/+51
* Use QDateTimeParser::locale(), not the default QLocaleEdward Welbourne2020-09-301-2/+2
* Eliminate QDateTimeParser's mutable parameters at lastEdward Welbourne2020-09-302-33/+30