Skip to content
Snippets Groups Projects
Commit ffe3884f authored by Joseph Boudreau's avatar Joseph Boudreau
Browse files

fix the date command so as to run on mac as well as linux

parent a587c6d1
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ void publishMetaData( GMDBManager & db,
std::string &outputFile) {
struct Metadata {
std::string dateString=getCommandOutput("date -Im");
std::string dateString=getCommandOutput("date -Iminutes");
std::string username=getlogin();
std::string hostname;
std::string os;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment