http://bugs.winehq.org/show_bug.cgi?id=7977
Summary: date format differs from Windows Product: Wine Version: CVS Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-kernel AssignedTo: wine-bugs@winehq.org ReportedBy: rmh@aybabtu.com
Attached program prints date in a different format on wine than on Windows.
On Windows XP, it prints:
12/31/69 16:00:00
On wine, it prints:
Thu Jan 1 02:00:00 1970
This breaks win32 applications that make incorrect assumptions about the offsets in a string that contains dates.