This can also output alpha text, so should be included in the alpha
tests for strftime.
use locale;
$ok19 = POSIX::strftime("%p", @times) ne "%p"; # [perl #119425]
- my $date = POSIX::strftime("'%A' '%B' '%Z'", @times);
- debug("'Day' 'Month' 'TZ' = ", disp_str($date));
+ my $date = POSIX::strftime("'%A' '%B' '%Z' '%p'", @times);
+ debug("'Day' 'Month' 'TZ' 'am/pm' = ", disp_str($date));
# If there is any non-ascii, it better be UTF-8 in a UTF-8 locale, and
# not UTF-8 if the locale isn't UTF-8.