[Bug 26902] New: VarDateFromStr parse yyyy-mm-dd as yyyy-dd-mm in European locales

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Apr 23 09:51:55 CDT 2011


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 at winehq.org
        ReportedBy: john at 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.



More information about the wine-bugs mailing list