On Sat, 1 Dec 2001, Cliff Woolley wrote:
>
> Is this really a bug in httpd, or is it a bug in the test? I think it's a
> bug in the test that only shows up days 1-9 of the month, but I just
> thought I'd check before I went and 'fixed' the test.
bug in the test, fixed. there was another that would have showed up next
month :)
it is the expected result, ssl_var_lookup does:
else if (strcEQ(var, "TIME_MON")) {
MKTIMESTR("%02d", tm_mon+1)
}
else if (strcEQ(var, "TIME_DAY")) {
MKTIMESTR("%02d", tm_mday)
}