From 293c9d40b427639c6a7cd20b7a2cb5d35c42506d Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Fri, 17 Jan 2003 08:56:20 -0500 Subject: Remove warning about %e and %T --- Source/cmCTest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index d5c7d63..71bd309 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -47,7 +47,7 @@ static std::string CurrentTime() struct tm* t = localtime(¤ttime); //return ::CleanString(ctime(¤ttime)); char current_time[1024]; - strftime(current_time, 1000, "%a %b %e %T %Z %Y", t); + strftime(current_time, 1000, "%a %b %d %H:%M:%S %Z %Y", t); //std::cout << "Current_Time: " << current_time << std::endl; return ::CleanString(current_time); } -- cgit v0.12