times sigh
authorminima <minima>
Wed, 23 Feb 2005 17:35:35 +0000 (17:35 +0000)
committerminima <minima>
Wed, 23 Feb 2005 17:35:35 +0000 (17:35 +0000)
perl/Thingy/Dx.pm

index 1311e8f15fa6e99fd776d276703781f5f1a5818f..3621d2545c926d1aa53679ecbf104243d472cb35 100644 (file)
@@ -31,7 +31,7 @@ sub gen_Aranea
                $thing->{f} = $sd->[0];
                $thing->{c} = $sd->[1];
                $thing->{b} = $sd->[4] unless $thing->{user};
-               my $t = $sd->[2];
+               my $t = int($sd->[2] / 60);
                $thing->{t} = sprintf("%X", $t) unless $t eq int($main::systime / 60);
                $thing->{o} =  $sd->[7] unless $sd->[7] eq $main::mycall; 
                $thing->{i} = $sd->[3] if $sd->[3];