summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Don't create a QTimeZonePrivate object for an unsupported time zone IDAndreas Buhr2023-05-151-2/+7
* Include all available IANA DB zones for the TZ backendEdward Welbourne2023-05-151-2/+34
* Fix QTimeZone::offsetData() for the case without transitionsEdward Welbourne2023-05-111-7/+10
* Make default local time a static constEdward Welbourne2023-05-041-2/+2
* Refactor QGregorianCalendar::julianFromParts to return std::optionalEdward Welbourne2023-05-044-35/+30
* Split out a helper function for QLocalTimeEdward Welbourne2023-05-041-13/+18
* QLocalTime: get offset from correct local time minus UTC timeEdward Welbourne2023-05-021-1/+1
* Change QTimeZone's offset range into constants, not an enumEdward Welbourne2023-04-282-35/+40
* Relocate two helpers from QLocalTime to an anonymous namespaceEdward Welbourne2023-04-261-18/+18
* QDateTime: replace a bool parameter with an enumAhmad Samir2023-04-221-5/+11
* QDate: fix QDebug operator<<() for dates with year > 9999Ahmad Samir2023-04-221-1/+5
* QDate: use more constexpr vars instead of plain numbersAhmad Samir2023-04-222-0/+6
* Expand range of allowed UTC offsets to 16 hoursEdward Welbourne2023-04-203-27/+43
* Improve QTimeZone's documentation about territoriesEdward Welbourne2023-04-201-16/+28
* Notes on the Solar Hijri calendarEdward Welbourne2023-04-191-2/+3
* QDate: enable {start,end}OfDay() to make second-adjustmentsEdward Welbourne2023-04-141-6/+42
* Minor tidies in the TZ time-zone backendEdward Welbourne2023-04-141-5/+7
* Fix some narrowing conversion warningsAhmad Samir2023-04-081-1/+1
* Skip QTimeZone::isTimeZoneIdAvailable()'s validity check on UnixEdward Welbourne2023-03-201-2/+8
* Recognize POSIX rules as valid timezone IDs for the TZ backendEdward Welbourne2023-03-201-7/+20
* QTimeZone: use correct Darwin define in #if-eryEdward Welbourne2023-03-202-6/+6
* QLocalTime: getCurrentStandardUtcOffset: fix narrowing warningsAhmad Samir2023-03-131-3/+10
* Doc: fix qdoc warning, explicitly qualify enum typeVolker Hilsheimer2023-03-031-1/+1
* Use one common repeatCount() function in QLocale and QDateTimeParserAhmad Samir2023-02-251-8/+5
* QDateTimeParser: add more unittests for the unquote() static helperAhmad Samir2023-02-221-1/+1
* Move access to tzname[] to under the env.var access logEdward Welbourne2023-02-203-40/+17
* Check return from time() in getCurrentStandardUtcOffset()Edward Welbourne2023-02-161-18/+21
* Route QTimeZone::setSecondsAheadOfUtc() via setDurationAheadOfUtc()Edward Welbourne2023-02-141-4/+5
* QDateTime: Fix inline use of deprecated ctorMÃ¥rten Nordheim2023-02-091-1/+1
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-071-3/+6
* Update CLDR to v42Mate Barany2023-02-073-2850/+3025
* Move qtLocalTime() to qtenvironmentvariables.cpp as qLocalTime()Edward Welbourne2023-02-031-37/+2
* Call _tzset() before localtime_s() in qtLocalTime()Edward Welbourne2023-02-031-4/+6
* QtCore: Disambiguate static variablesFriedemann Kleint2023-02-022-6/+6
* Correct an inaccurate comment in inDateTimeRange()Edward Welbourne2023-02-021-1/+2
* QDateTime: refactor readInt()Ahmad Samir2023-01-311-49/+67
* QtCore: Disambiguate QCalendar locale dataFriedemann Kleint2023-01-316-6/+18
* Improve readability of calendrical calculationsEdward Welbourne2023-01-315-67/+111
* Deploy QRoundingDown::qDivMod() in date-time calculationsEdward Welbourne2023-01-315-41/+36
* Shift the base date for the Gregorian calendar's calculationsEdward Welbourne2023-01-311-4/+8
* Shuffle QGregorianCalendar's partsEdward Welbourne2023-01-311-26/+22
* Avoid overflow when computing remainders from QRoundingDown::qDiv()Edward Welbourne2023-01-312-4/+86
* QtCore/QCalendarRegistry: Move helper CaseInsensitiveAnyStringViewLessThan ou...Friedemann Kleint2023-01-311-6/+3
* QDateTimeParser: don't shadow member variableAhmad Samir2023-01-241-14/+14
* QRoundingDown: make the numerator a template parameterEdward Welbourne2023-01-199-62/+62
* Inline two move-constructors in qtimezone.hEdward Welbourne2023-01-182-12/+4
* Correct #if-ery on a pair of qtimezone.h forward declarationsEdward Welbourne2023-01-181-1/+1
* Tidy up in qtimezone.hEdward Welbourne2023-01-181-1/+1
* Don't std::move a trivially-copyable QTimeZone::ShortDataEdward Welbourne2023-01-121-2/+2
* Include tzInfo.StandardBias in getCurrentStandardUtcOffset()Edward Welbourne2023-01-121-3/+10