Rolling 20210507

This commit is contained in:
jomjol
2021-05-07 21:33:16 +02:00
parent 67d0bf6a27
commit 10d49b55d1
12 changed files with 36 additions and 22 deletions

View File

@@ -77,7 +77,7 @@ void ClassLogFile::WriteToDedicatedFile(std::string _fn, std::string info, bool
time(&rawtime);
timeinfo = localtime(&rawtime);
strftime(buffer, 80, "%Y-%m-%d_%H-%M-%S", timeinfo);
strftime(buffer, 80, "%Y-%m-%dT%H:%M:%S", timeinfo);
zwtime = std::string(buffer);
info = zwtime + ": " + info;