mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 11:09:59 -04:00
[v9_9] bugfix in contrib/check5011.pl
This commit is contained in:
parent
1b4f89fdc0
commit
39210f43d3
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ my $now = strftime "%Y%m%d%H%M%S", gmtime;
|
|||
sub ext8601 ($) {
|
||||
my $d = shift;
|
||||
$d =~ s{(....)(..)(..)(..)(..)(..)}
|
||||
{$1-$2-$3.$4:$5:$6};
|
||||
{$1-$2-$3.$4:$5:$6+0000};
|
||||
return $d;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue