Index: trunk/tools/czartool/CzarDb.pm
===================================================================
--- trunk/tools/czartool/CzarDb.pm	(revision 30954)
+++ trunk/tools/czartool/CzarDb.pm	(revision 31826)
@@ -464,5 +464,5 @@
         if (defined $lastTimestamp) {
 
-            my $timeDiff = $self->diffTimesInSecs($thisTimestamp, $lastTimestamp);
+            my $timeDiff = $self->diffTimesInSecs($thisTimestamp, $lastTimestamp) + 0.001;
                 
             if ($thisProcessed >= $lastProcessed){
