Salome HOME
add seconds for SGE
[tools/libbatch.git] / src / SGE / Batch_BatchManager_eSGE.cxx
index 4b39476f72094312681f8335fd8d0e273a7bef93..39a58ccab6bc4488fefa83ad62fafdd115410f74 100644 (file)
@@ -295,6 +295,8 @@ namespace Batch {
       oss << h << ":" << m;
     else
       oss << h << ":0" << m;
+    oss << ":00"; // the seconds
+
     return oss.str();
   }