Details
-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
4.5.1, 6.7
-
None
Description
The supported format string tokens fail to cover:
- one-or-two digit number using space (not zero) for padding when single-digit
- include sign even if + (probably only relevant for year; the ±HH:mm offset is now covered by tt or ttt)
- distinction between standalone and inline forms of names for days and months
We should check for any other formatting quirks that might reasonably be hoped for and work out how to support them, where relevant.
Attachments
Issue Links
- relates to
-
QTBUG-77948 Rewrite QDateTimeParser
- Open
-
QTBUG-62111 Docs: Fixed day/year format in QDateTime
- Closed
-
QTBUG-81056 Add QDateTimeFormat based on CLDR's format strings
- Open