[Bug 7977] date format differs from Windows

Wine Bugs wine-bugs at winehq.org
Mon Apr 9 12:57:49 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=7977





------- Additional Comments From rmh at aybabtu.com  2007-09-04 12:57 -------

I've attached one exhaustive test for each platform.  Here are the digested results:

POSIX / ISO C99 functions that win32 doesn't support:

  %C, %D, %e, %F, %g, %G, %h, %r, %R, %T, %u, %V

GNU extensions that win32 doesn't support:

  %k, %l, %P, %s

Extensions defined in ISO C99 / POSIX that win32 implements differently:

  %z, %Z

I can easily add code to nullify all the unsupported extensions above, and
replace %z / %Z with something more suitable.  With this we archive 100%
compatibility AFAICT.

If you still want me to reimplement the whole thing using
GetDateFormat/GetTimeFormat, I can try that too.  But it could take me a while..
I would really like if we could sort it out around native strftime instead.

Thanks


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list