Hi, on HP-UX, test-suite/time.test fails. The problem is that there may be a mismatch between the time zone name and the daylight savings time setting. The patch changes scm_strftime() so that mktime() is called to fix tm_isdst. I don't know if this problem is HP-specific but I decided to use #ifdef __hpux.