qt5base-lts/tests/auto/corelib/time
Edward Welbourne bf65c27789 Fix more mis-handling of spaces in ISO date format strings
ISO date format doesn't allow spaces within a date, although 3339 does
allow a space to replace the T between date and time. Sixteen tests
added to check this all failed. So clean up the handling of spaces in
the parsing of ISO date-time strings.

[ChangeLog][QtCore][QDateTime] ISO 8601: parsing of dates now requires
a punctuator as separator (it previously allowed any non-digit;
officially only a dash should be allowed) and parsing of date-times no
longer tolerates spaces in the numeric fields: an internal space is
only allowed in an ISO 8601 date-time as replacement for the T between
date and time.

Change-Id: I24d110e71d416ecef74e196d5ee270b59d1bd813
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2019-12-10 17:26:02 +01:00
..
qcalendar Rename calendar methods from m{in,ax} to m{in,ax}imum 2019-09-04 18:43:35 +02:00
qdate Be consistent in the RFC2822Date invalid character tests 2019-11-27 18:27:43 +01:00
qdatetime Fix more mis-handling of spaces in ISO date format strings 2019-12-10 17:26:02 +01:00
qtime Be consistent in the RFC2822Date invalid character tests 2019-11-27 18:27:43 +01:00
qtimezone Work around macOS's inconsistency in naming of India's time-zone 2019-11-28 14:16:33 +01:00
time.pro Add support for calendars beside Gregorian 2019-08-20 13:41:21 +02:00