Menu

#340 mktime() fails

4.7.x_development
pending-fixed
libc (29)
5
2012-12-30
2012-12-30
No

No known invocation of mktime(3c) produces anything other than -1.

Discussion

  • Peter A. Bigot

    Peter A. Bigot - 2012-12-30

    commit 7df7a5c36ab8cd10106578782af8fe5e2a129031
    Author: Peter A. Bigot <pabigot@users.sourceforge.net>
    Date: Sun Dec 30 14:25:50 2012 -0600

    SF 3598947 mktime() fails

    Tracked down to use of PCTS, which is the NIST POSIX Compliance Test Suite.
    The only remaining vestige of it was to bypass accepting a correct mktime()
    result in favor of a complex solution involving normalizing struct tm using
    timezones that we don't support.

     
  • Peter A. Bigot

    Peter A. Bigot - 2012-12-30
    • milestone: --> 4.7.x_development
    • status: open --> pending-fixed
     

Log in to post a comment.