From 8cf3f7c53aaa2e7a93bd7ce59e59a4ffdbb8e2be Mon Sep 17 00:00:00 2001 From: secher Date: Fri, 19 Oct 2012 12:29:38 +0000 Subject: [PATCH] add seconds for SGE --- src/SGE/Batch_BatchManager_eSGE.cxx | 2 ++ 1 file changed, 2 insertions(+) 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(); } -- 2.39.2