X-Git-Url: http://git.salome-platform.org/gitweb/?p=tools%2Flibbatch.git;a=blobdiff_plain;f=src%2FSGE%2FBatch_BatchManager_eSGE.cxx;h=39a58ccab6bc4488fefa83ad62fafdd115410f74;hp=4b39476f72094312681f8335fd8d0e273a7bef93;hb=8cf3f7c53aaa2e7a93bd7ce59e59a4ffdbb8e2be;hpb=103d24ca7923320daf15df02f3fa0f65453ba7df diff --git a/src/SGE/Batch_BatchManager_eSGE.cxx b/src/SGE/Batch_BatchManager_eSGE.cxx index 4b39476..39a58cc 100644 --- a/src/SGE/Batch_BatchManager_eSGE.cxx +++ b/src/SGE/Batch_BatchManager_eSGE.cxx @@ -295,6 +295,8 @@ namespace Batch { oss << h << ":" << m; else oss << h << ":0" << m; + oss << ":00"; // the seconds + return oss.str(); }