From: secher Date: Fri, 19 Oct 2012 12:29:38 +0000 (+0000) Subject: add seconds for SGE X-Git-Tag: V1_6_0a2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8cf3f7c53aaa2e7a93bd7ce59e59a4ffdbb8e2be;p=tools%2Flibbatch.git add seconds for SGE --- 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(); }