Skip to content
Snippets Groups Projects
Commit e496576e authored by Franck Dary's avatar Franck Dary
Browse files

Added date in timestamps

parent ffb2e08b
No related branches found
No related tags found
No related merge requests found
......@@ -232,7 +232,7 @@ std::string util::getTime()
std::time(&rawtime);
std::strftime(buffer, sizeof(buffer), "%H:%M:%S", std::localtime(&rawtime));
std::strftime(buffer, sizeof(buffer), "%d/%m/%Y-%H:%M:%S", std::localtime(&rawtime));
return std::string(buffer);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment