From: Dirk Koopman Date: Thu, 7 May 2020 16:31:45 +0000 (+0100) Subject: remove day/month/year from progress spots X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=34f47f7d220c9244769f1c6360a92fcae18803ba remove day/month/year from progress spots --- diff --git a/perl/DXProtHandle.pm b/perl/DXProtHandle.pm index 3e283a18..5193a227 100644 --- a/perl/DXProtHandle.pm +++ b/perl/DXProtHandle.pm @@ -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);