summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qdatetimeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prefer QString::asprintf() over arg()'s padding variantsEdward Welbourne2024-04-191-1/+1
* QDateTimeParser: pass QCalendar by value, not by referenceEdward Welbourne2024-04-191-2/+2
* Fix end-of-parse fixup of two-digit year in QDateTimeParserEdward Welbourne2024-04-191-2/+4
* QDateTimeParser: port some methods to QSVAnton Kudryavtsev2024-03-151-5/+5
* QDateTimeParser: use rvalue overloads moreAnton Kudryavtsev2024-03-151-2/+2
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Improve week-day-based resolution of two-digit year numbersEdward Welbourne2023-12-081-13/+4
* Give the caller control over the century used for two-digit datesEdward Welbourne2023-12-081-13/+23
* QDTP: minor fixes to handling of two-digit yearsEdward Welbourne2023-11-241-2/+2
* QDTP: consolidate defaultValue computation and clip to rangeEdward Welbourne2023-11-241-4/+17
* Use localized time-zone abbreviations or offsetEdward Welbourne2023-10-271-7/+28
* Have QDTP match longest form it can for local zone nameEdward Welbourne2023-10-271-5/+8
* QDateTime: disambiguate times in a zone transitionEdward Welbourne2023-10-191-39/+39
* corelib/time/: clean out assorted over-namespacingEdward Welbourne2023-08-091-16/+16
* QDateTimeParser: unbreak C++20 build (implicit capture of *this by [=])Marc Mutz2023-07-221-2/+2
* QDTP: match local-time by preference to its zoneEdward Welbourne2023-07-211-9/+5
* Check QDT's local time abbreviation as well as the qTzName()sEdward Welbourne2023-07-211-9/+13
* Treat simple spaces as equivalent in date-time format separatorsEdward Welbourne2023-07-171-2/+24
* QDTP: Fix handling of no-digit numeric fieldsEdward Welbourne2023-07-171-14/+35
* Make default local time a static constEdward Welbourne2023-05-041-2/+2
* 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-201-1/+16
* QDateTimeParser: don't shadow member variableAhmad Samir2023-01-241-14/+14
* QDateTimeParser: use a local var instead of multiple str::at()Ahmad Samir2023-01-041-9/+10
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-73/+28
* Correct handling of month-lengths in QDateTimeParserEdward Welbourne2022-10-181-6/+11
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-4/+2
* Support parsing time-zone specifiers more selectivelyEdward Welbourne2022-09-291-17/+33
* Tidy up day-of-week checks in QDateTimeParserEdward Welbourne2022-09-281-6/+2
* Make time parsing accept zz as equivalent to zEdward Welbourne2022-09-131-2/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Fix assertion failure when parsing a doubly-invalid date-time textEdward Welbourne2022-04-071-3/+8
* Minor post-""_L1-ification tidy-up in QDateTimeParserEdward Welbourne2022-04-051-7/+5
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-52/+53
* Core: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Simplify some #if-ery and use positive testsEdward Welbourne2022-01-171-8/+6
* Fix QDateTimeParser's handling of 't' format to match serializationEdward Welbourne2021-09-201-1/+4
* Add new am/pm format-specifier that preserves locale's caseEdward Welbourne2021-09-081-15/+26
* Use UTC when parsing only a date or only a time, not a date-timeEdward Welbourne2021-06-231-5/+10
* Fix handling of day-of-week in QDateTimeParser and QDateTimeEditEdward Welbourne2021-06-231-21/+82
* Fix date parsing when local time lacks the start of the dayEdward Welbourne2021-06-111-13/+26
* QDateTime(Parser): code tidiesGiuseppe D'Angelo2021-05-251-2/+2
* Make zone-name part of date-time parsing a little fasterEdward Welbourne2021-04-231-2/+2
* Fix bug in QDateTimeParser::findTimeZoneName()'s length-limitingEdward Welbourne2021-04-201-1/+1
* Avoid attempting to parse insanely long texts as zone namesEdward Welbourne2021-04-071-0/+18
* Simplify QDateTimeParser::fromString() to always record the date-timeEdward Welbourne2021-03-011-9/+3
* Add a shortcut in QDateTimeParser::findTimeZone for UTCMårten Nordheim2021-02-111-1/+8
* QDateTimeParser: fix handling of AM/PM textsEdward Welbourne2020-11-271-8/+10