From: Jarkko Hietaniemi Date: Fri, 1 Oct 1999 07:32:33 +0000 (+0000) Subject: There *is* a month called October. X-Git-Tag: perl-5.6.0~5^2~510 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/b3656ec34f74d879ca158a5689e6d4537869c415 There *is* a month called October. p4raw-id: //depot/cfgperl@4268 --- diff --git a/t/op/time.t b/t/op/time.t index 658f9f3..caf2c14 100755 --- a/t/op/time.t +++ b/t/op/time.t @@ -47,7 +47,7 @@ else {print "not ok 5\n";} # This could be stricter. -if (gmtime() =~ /^(Sun|Mon|Tue|Wed|Thu|Fri|Sat) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Nov|Dec) ([ \d]\d) (\d\d):(\d\d):(\d\d) (\d\d\d\d)$/) +if (gmtime() =~ /^(Sun|Mon|Tue|Wed|Thu|Fri|Sat) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ([ \d]\d) (\d\d):(\d\d):(\d\d) (\d\d\d\d)$/) {print "ok 6\n";} else {print "not ok 6\n";}