summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Condition inline fromString() definitions on datestring featureEdward Welbourne2024-03-181-1/+1
* Introduce feature timezone_locale and begin implementing itEdward Welbourne2024-03-183-0/+98
* QTimeZonePrivate: extract method for available zone idsAnton Kudryavtsev2024-03-161-22/+14
* QDateTimeParser: port some methods to QSVAnton Kudryavtsev2024-03-152-7/+7
* QDateTimeParser: use rvalue overloads moreAnton Kudryavtsev2024-03-151-2/+2
* TimeZone: optimize offsetFromUtcStringAnton Kudryavtsev2024-03-152-8/+11
* Correct documentation of QDateTime's comparisonsEdward Welbourne2024-03-081-11/+18
* Port to QDirListingAhmad Samir2024-03-031-4/+2
* Add a "See also" to link a comment to a Jira ticketEdward Welbourne2024-03-011-1/+1
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* Also check available in TZ timezone's constructorEdward Welbourne2024-02-282-1/+2
* QTimeZonePrivate: avoid needless allocationAnton Kudryavtsev2024-02-281-3/+1
* Date and Time classes: use new \compares commandIvan Solovev2024-02-202-0/+12
* QTzTimeZoneCache: don't hold mutex while parsing filesMarc Mutz2024-02-161-1/+11
* Doc: Fix QDoc warnings for overloadsPaul Wicking2024-02-141-2/+0
* QTzTimeZoneCache: make findEntry() staticMarc Mutz2024-02-121-1/+1
* Implement QTZP::isTimeZoneIdAvailable() on AndroidEdward Welbourne2024-02-123-2/+9
* QIcuTimeZonePrivate::displayName(): tidy and critiqueEdward Welbourne2024-02-081-7/+13
* Move QTimeZone's CLDR-derived data into a namespaceEdward Welbourne2024-02-082-23/+27
* QIcuTimeZonePrivate constructor: save iteration over all zone IDsNicolas Fella2024-02-083-14/+26
* Optimize QTimeZone construction on AndroidVolker Krause2024-02-061-0/+7
* Remove extra semi-colonsTasuku Suzuki2024-02-063-3/+3
* Use short name as QTZP::abbreviation() by defaultEdward Welbourne2024-02-053-12/+1
* Documentation tweaks in QDate(Time)?::toString()Edward Welbourne2024-02-021-7/+10
* Update QLocale and calendar data to CLDR v44.1Edward Welbourne2024-02-023-5089/+5189
* QTZP: use binary search more on timezone ID tablesEdward Welbourne2024-02-011-32/+65
* Fix ordering of Windows timezonesEdward Welbourne2024-02-012-159/+190
* Make QTZP Windows ID data class methods constexprEdward Welbourne2024-02-011-9/+9
* Remove system locale dependency from timezone code that doesn't need itEdward Welbourne2024-02-013-26/+14
* QDate(Time)?::toString(): eliminate QCalendar() defaultsEdward Welbourne2024-01-312-4/+46
* QDate(Time)?::fromString(): do not use QCalendar as a default argumentIvan Solovev2024-01-292-12/+76
* QWinTimeZonePrivate::availableTimeZoneIds(): cache resultEdward Welbourne2024-01-251-7/+10
* Make public QLocale's constant for the two-digit-year baseIvan Solovev2024-01-222-15/+18
* QCalendarBackend: disable copyingMarc Mutz2024-01-191-0/+2
* QDateTime: s/QPair/std::pair/Marc Mutz2023-12-131-7/+7
* Improve week-day-based resolution of two-digit year numbersEdward Welbourne2023-12-082-30/+14
* Add a section on date ambiguities to QDate::fromString()Edward Welbourne2023-12-081-3/+61
* Give the caller control over the century used for two-digit datesEdward Welbourne2023-12-084-31/+136
* Add QCalendar::matchCenturyToWeekday()Edward Welbourne2023-12-085-6/+143
* Change POSIX current time query to use clock_gettime()Edward Welbourne2023-11-291-9/+9
* QTimeZone: use new comparison helper macrosIvan Solovev2023-11-282-20/+26
* QDateTime: use new comparison helper macrosIvan Solovev2023-11-282-22/+16
* QTime: use new comparison helper macrosIvan Solovev2023-11-282-12/+12
* QDate: use new comparison helper macrosIvan Solovev2023-11-282-12/+14
* Implement a TODO: cache the list of MS TZ IDsEdward Welbourne2023-11-241-14/+16
* QDTP: minor fixes to handling of two-digit yearsEdward Welbourne2023-11-241-2/+2
* QDTP: consolidate defaultValue computation and clip to rangeEdward Welbourne2023-11-242-4/+18
* Fix android buildMichal Klocek2023-11-141-0/+1
* QDate: fix condition in conversion between chrono types and Julian DayIvan Solovev2023-11-071-1/+1
* QTZ/Darwin: Make available-ID checks cheaperEdward Welbourne2023-11-062-7/+11