Index: /trunk/MagicSoft/Mars/datacenter/db/mcinfo.php
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/db/mcinfo.php	(revision 9599)
+++ /trunk/MagicSoft/Mars/datacenter/db/mcinfo.php	(revision 9600)
@@ -82,5 +82,6 @@
                         $query0 .= " IF (NOT ISNULL(" . $key . "Status.fReturnCode), ";
                         $query0 .= " CONCAT('failed (', " . $key . "Status.fReturnCode, ')'), ";
-                        $query0 .= " CONCAT('done (', " . $key . "Status.fStopTime, ')'))) ";
+                        $query0 .= " CONCAT('done (', " . $key . "Status.fStopTime, ";
+                        $query0 .= " ',', TIMEDIFF(" . $key . "Status.fStopTime, " . $key . "Status.fStartTime), ')'))) ";
 
                         //$query0 .= ", CONCAT( 'halo', " . $key . "Status.fStartTime)";
