Open NadirTennci opened 4 years ago
Hi, in the file: dna-framework/Source/Dna.Framework/Logging/File/FileLogger.cs
// Get current time var currentTime = DateTimeOffset.Now.ToString("yyyy-MM-dd hh:mm:ss");
the problem is with the "hh" it only gives time based on AM & PM, a possible solution is to replace it with "HH" (24h basis).
Hi, in the file: dna-framework/Source/Dna.Framework/Logging/File/FileLogger.cs
// Get current time var currentTime = DateTimeOffset.Now.ToString("yyyy-MM-dd hh:mm:ss");
the problem is with the "hh" it only gives time based on AM & PM, a possible solution is to replace it with "HH" (24h basis).