https://bz.apache.org/bugzilla/show_bug.cgi?id=58286

Christopher Schultz <ch...@christopherschultz.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> ---
Looking at the manual pages on a Linux and BSD system, it does appear that the
%z format specifier is indeed an "extension" to C90. The Linux manual page
specifically identifies it as a "Single UNIX Specification" extension:

"
       %z     The  +hhmm  or  -hhmm  numeric  timezone  (that is, the hour and
              minute offset from UTC). (SU)
"

The "(SU)" notation indicates that it's a "Single Unix Specification"
extension. So it's not surprising that it's not supported on Microsoft Windows.

Having the time zone information in a timestamp is pretty important. C90
specifies the "%Z" format specifier. Can we use that instead?

What is the root cause of the crash? stfrtime takes a buffer-size argument and
should not overrun it. Is this really a bug in the win32 POSIX library?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to