remove day/month/year from progress spots
authorDirk Koopman <djk@tobit.co.uk>
Thu, 7 May 2020 16:31:45 +0000 (17:31 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Thu, 7 May 2020 16:31:45 +0000 (17:31 +0100)
perl/DXProtHandle.pm

index 3e283a18e804ce96d0ff7a978f001c28ae91d9d7..5193a227043bb3d1a4a28430560ebf2a415f81c0 100644 (file)
@@ -227,8 +227,7 @@ sub handle_11
        my $ip = $spot[14] if exists $spot[14];
        if (isdbg('progress')) {
                my $sip = $ip ? sprintf "($ip)" : '' unless $ip =~ m|[\(\)\*]|;
-               my $d = cldatetime($spot[2]);
-               $d =~ s/^s+//;
+               my $d = ztime($spot[2]);
                my $s = "SPOT: $spot[1] on $spot[0] \@ $d by $spot[4]$sip\@$spot[7]";
                $s .= " '$spot[3]'" if $spot[3];
                dbg($s);