summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Update CLDR to v47Mårten Nordheim7 days5-172728/+173766
* QDateTime::currentDateTime: fix time zone offset for repeated hoursMårten Nordheim13 days1-4/+5
* Mark QTimeZone as security-critical:Magdalena Stojek2025-05-163-1/+3
* Add static casts needed for initializer lists on 32 bit platformsMartin Storsjö2025-05-061-2/+2
* Fix long-form zone parts in date-time stringsEdward Welbourne2025-04-295-16/+643
* Tidy up some QTimeZone code and commentsEdward Welbourne2025-04-232-2/+3
* Fix spacing and indentation in QTimeZone codeEdward Welbourne2025-04-232-3/+3
* Isolate an "enough like C locale" test and use consistentlyEdward Welbourne2025-04-233-7/+14
* Include "is known to ICU" check in QTimeZonePrivate::localeName()Edward Welbourne2025-04-113-15/+26
* Purge dangling uses of QDateTime deprecated time-spec changesEdward Welbourne2025-03-281-4/+4
* Tolerate spaces at start and end of a POSIX zone descriptorEdward Welbourne2025-03-261-3/+3
* QTimeZone: return a shared copy from utc()Marc Mutz2025-03-112-1/+13
* QTimeZone::utc(): micro-optimize itGiuseppe D'Angelo2025-03-111-1/+1
* Optimize QUtcTimeZonePrivate common case for UTC id/nameMilian Wolff2025-03-031-2/+10
* Optimize QTimeZone::utc()Milian Wolff2025-03-031-1/+1
* Add terminal rows to various QtTimeZoneLocale tablesEdward Welbourne2025-02-101-2/+6
* Simplifications in QJalaliCalendarEdward Welbourne2025-01-301-6/+11
* Change handling of unspecified year in QCalendar::daysInMonth()Edward Welbourne2025-01-304-4/+5
* QDateTime: prevent signed integer overflowGiuseppe D'Angelo2025-01-291-3/+3
* Replace qdebug.h includes in public headers with forward-declarationsAhmad Samir2025-01-151-2/+3
* Update qtimezonelocale_data_p.h with correct CLDR v46 dataMate Barany2025-01-141-1437/+1436
* Remove constexpr from a function that doesn't need it, and assertsEdward Welbourne2025-01-131-4/+4
* Update CLDR to v46Mate Barany2025-01-065-166299/+179499
* Adjust unknown year to leap if it helps get a valid dateEdward Welbourne2024-12-131-0/+12
* Fix assertion failure on parsing Feb 29 in a non-leap yearEdward Welbourne2024-12-131-1/+3
* Fix typo in QTZ constructor docsEdward Welbourne2024-12-101-1/+1
* Fix TZ backend to include CLDR-known zones by territoryEdward Welbourne2024-12-035-6/+54
* Correct handling of World in mapping MS's zone IDs to IANA onesEdward Welbourne2024-12-022-24/+49
* Mark some security sensitive files in corelibDimitrios Apostolou2024-12-022-0/+2
* Shortcut QDateTime comparison when difference is largeEdward Welbourne2024-11-281-5/+28
* Create qdoc macros for C++ class docs 2.1: qHash()Marc Mutz2024-11-271-9/+3
* Enforce sorting of QTZ backend availableTimeZoneIds()Edward Welbourne2024-11-183-6/+23
* QtCore: don't use QString::utf16() where the string is \0-terminatedAhmad Samir2024-11-131-4/+4
* Replace QWinRegistryKey::dwordValue with QWinRegistryKey::value<T>Jøger Hansegård2024-11-091-3/+3
* Create qdoc macros for C++ class docs 1.2: member-swap(), simplified phrasingMarc Mutz2024-11-082-6/+2
* Add support for available ID queries to QTZ chrono backendEdward Welbourne2024-11-074-7/+72
* Make QTZP backend classes' copy-constructors privateEdward Welbourne2024-11-061-7/+7
* Q(Android|Win)?TimeZonePrivate: make copy-constructors = defaultEdward Welbourne2024-11-064-22/+3
* Delete copy-assign for QTZP backendsEdward Welbourne2024-11-061-0/+10
* Add missing QChronoTimezonePrivate::clone()Edward Welbourne2024-11-053-7/+8
* Exclude q*_data_p.h files from the generated include/Edward Welbourne2024-11-046-36/+22
* QtCore: use QString::unicode() where null-termination is guaranteedAhmad Samir2024-11-041-1/+1
* Make static constexpr data tables inline in corelib/t*/q*_data_p.hEdward Welbourne2024-10-305-51/+31
* Round to nearest minutes in L10n'd zone-offset representationsEdward Welbourne2024-10-301-2/+4
* Improve handling of localized offset names for timezonesEdward Welbourne2024-10-302-31/+52
* Fix trivial typo in QDateTime::fromString() docEdward Welbourne2024-10-251-1/+1
* Timezone: don't use 'begin' to get char*Mårten Nordheim2024-10-221-1/+1
* Add systemTimeZoneId() to the C++20 tzdb backend of QTimeZoneEdward Welbourne2024-10-212-0/+11
* Address problems with date-time parsing near boundsEdward Welbourne2024-10-171-1/+5
* Remove untruth from QDateTime::fromString() documentationEdward Welbourne2024-10-171-10/+1