https://bugs.winehq.org/show_bug.cgi?id=57440
Bug ID: 57440 Summary: date format bug in wine env creation Product: Wine Version: 9.15 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wineserver Assignee: wine-bugs@winehq.org Reporter: winebugs@evolution-hosting.eu Distribution: ---
Name : wine-core Version : 9.15 Release : 1.fc40 Architecture: x86_64 Install Date: Do 14 Nov 2024 13:19:06 CET
When a wine env is created, the REG value of:
HKEY_CURRENT_USER -> Control Panel -> International -> sShortDate
is set to "d.M.yyyy", which is wrong and confuses some apps.
It needs to be "dd.MM.yyyy" for Germany ( CC=DE ).
Please inform me, if this a true Wine issue, or if i.e. LUTRIS gives the wrong date format to the creationprocess. The ENV, with that issue, has been created by Lutris, which is way easier than doing it manually ;)