https://bugs.winehq.org/show_bug.cgi?id=47866
--- Comment #7 from Zebediah Figura z.figura12@gmail.com --- (In reply to Nikolay Sivov from comment #6)
Setting format is meant to override locale default. What's strange is that this changes actual window text. Normally any kind of reordering should only affect visual representation, not the storage.
Second test failing seems to be different, ar_EG date format should be DD/MM/YYYY as expected string shows, for some reason it's changed to YMD.
It looks like fundamentally the same failure, i.e. the tokens are reversed. In particular I'm imagining that the process of filling in numbers also includes reversing the tokens, not necessarily that the overridden format is stored in reverse. Is there something I'm misunderstanding?