# didn't detect it. If this fails, try adding
# -DSTRUCT_TM_HASZONE to your cflags when compiling ext/POSIX/POSIX.c.
# See ext/POSIX/hints/sunos_4.pl and ext/POSIX/hints/linux.pl
-print POSIX::strftime("ok 18 # %H:%M, on %D\n", localtime());
+print POSIX::strftime("ok 20 # %H:%M, on %D\n", localtime());
next_test();
# If that worked, validate the mini_mktime() routine's normalisation of
sub try_strftime {
my $expect = shift;
my $got = POSIX::strftime("%a %b %d %H:%M:%S %Y %j", @_);
- is($got, $expect, 'validating mini_mktime() and strftime()');
+ is($got, $expect, "validating mini_mktime() and strftime(): $expect");
}
$lc = &POSIX::setlocale(&POSIX::LC_TIME, 'C') if $Config{d_setlocale};