http://bugs.winehq.org/show_bug.cgi?id=7977
rmh@aybabtu.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #5666 is|0 |1 obsolete| |
------- Additional Comments From rmh@aybabtu.com 2007-07-04 06:23 ------- Created an attachment (id=5674) --> (http://bugs.winehq.org/attachment.cgi?id=5674&action=view) new patch, using "%x %X"
Replaced US-centric %D %T with locale-dependant %x %X. I have verified that %c is equivalent to %x %X in both US and non-US versions of Windows.
Also switched to strcpy for copying "x %X".
@ comment #5: strftime mostly works. AFAICS, both implementations are standards compliant, it's just that %c is too implementation-dependant. I don't think reimplementing the whole thing is a good idea.