]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_8] bugfix in contrib/check5011.pl
authorEvan Hunt <each@isc.org>
Tue, 16 Apr 2013 20:36:22 +0000 (13:36 -0700)
committerEvan Hunt <each@isc.org>
Tue, 16 Apr 2013 20:36:22 +0000 (13:36 -0700)
contrib/check5011.pl

index 70d873a087d7a3db44e65316de2c78052c9ae807..5306e8bfb26dda9c6a3ca6d9b63bf1008fcc2ff8 100644 (file)
@@ -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;
 }