qt5base-lts/tests/auto/corelib/text/qlocale
Edward Welbourne 0a36a7c1db Make 'zz' format an alias for 'z' in time format strings
Also document the (seldom helpful) handling of over-long repeats of a
format. Add test to QDateTime and amend QLocale test.

[ChangeLog][QtCore][QDateTime] Doubling the 'z' format in a date-time
or time format string now produces the same output as a single 'z'.
Previously, this would have produced two copies of the milliseconds
field (eliding any trailing zeros in each). Contrast with 'zzz', which
produces the full milliseconds field, including any trailing zeros.

Change-Id: I4c60462b062fee4079370096d745c191c1939506
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2022-08-03 18:38:53 +02:00
..
syslocaleapp Add license headers to cmake files 2022-08-03 17:14:55 +02:00
test Add license headers to cmake files 2022-08-03 17:14:55 +02:00
.gitignore Move text-related code out of corelib/tools/ to corelib/text/ 2019-07-10 17:05:30 +02:00
CMakeLists.txt Add license headers to cmake files 2022-08-03 17:14:55 +02:00
tst_qlocale.cpp Make 'zz' format an alias for 'z' in time format strings 2022-08-03 18:38:53 +02:00