http://bugs.winehq.org/show_bug.cgi?id=26902 Summary: VarDateFromStr parse yyyy-mm-dd as yyyy-dd-mm in European locales Product: Wine Version: 1.3.18 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: oleaut32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: john(a)fremlin.org Created an attachment (id=34302) --> (http://bugs.winehq.org/attachment.cgi?id=34302) Patch fixing this behaviour with a testcase Europeans write dates generally as dd-mm-yyyy. This makes sense. So does yyyy-mm-dd. Native will parse dates written yyyy-mm-dd correctly. Wine for some reasons assumes they are yyyy-dd-mm. This is not a date ordering used anywhere as far as I know and contradicts the MS behaviour. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.