Registriert seit: 28. Okt 2013
345 Beiträge
Delphi 12 Athens
|
AW: Android 15 und OneUI7.0 werden die Uhrzeiten 12 Stunden format angezeigt
27. Mai 2025, 09:44
Aktueller QP-Report dazu (nicht von mir):
https://embt.atlassian.net/servicede...tal/1/RSS-3548
Code:
The cause for the two wrong inialized FormatSettings strings can be found in the unit System.SysUtils, class function TFormatSettings.TranslateDateFormat, local function ICUGetDateTimeFormat. On Android 15 the call to udat_toPatternRelativeTime sets the ErrorConv variable to E_ILLEGAL_ARGUMENT_ERROR, that means that the call failed. Due to this unsuccessful call (and no error check) the result string is empty, so the overall result is the default value h:nn AMPM.
|