It seems like I figured out the issue behind that and it is related to ICU.
>From the ICU 74.2 release note [1] Important: DateFormat.getInstanceForSkeleton() and the DateTimePatternGenerator sometimes used the wrong patterns because they failed to use/inherit certain data (ICU-22575 <https://unicode-org.atlassian.net/browse/ICU-22575> — CLDR 44 had removed some redundant data that ICU relied on) This looks exactly what I am observing so maybe fixing the issue is just a matter of updating the third party library ICU to version 74.2. [1] https://github.com/unicode-org/icu/releases/tag/release-74-2 Il giorno giovedì 7 marzo 2024 alle 15:46:05 UTC+1 Angelo Dell'Aera ha scritto: > > Yet another test confirms my assumption. I performed the same tests on a > Debian 12 host > (libicu 72) and no issues at all. I am going to try to figure out if the > issue can be fixed some > way with some linking hack. > > Thank you very much for the support. Really appreciated it. > > Angelo > -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/3b9288dd-8a73-4552-80c7-a561af183abbn%40googlegroups.com.
