[Bug 42925] New: strftime() truncates output inappropriately when %z is used

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 3 03:25:38 CDT 2017


https://bugs.winehq.org/show_bug.cgi?id=42925

            Bug ID: 42925
           Summary: strftime() truncates output inappropriately when %z is
                    used
           Product: Wine
           Version: 2.7
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: msvcrt
          Assignee: wine-bugs at winehq.org
          Reporter: mark+winebugs at carnildo.com
      Distribution: ---

strftime(buffer, 10000, "Diagnostic report generated at %c %z by version ",
now);

On Windows (every version I've tested), this produces output similar to 

 Diagnostic report generated at 05/02/17 21:21:09 Pacific Daylight Time by
version 

On Wine, it instead produces

 Diagnostic report generated at 05/02/17 21:21:09 Pacific Daylight Time

(note the truncation after the time zone).

-- 
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