angelsix / dna-framework

A cross-platform base framework useful for all projects that use .Net Core
MIT License
63 stars 30 forks source link

File logging date time #16

Open NadirTennci opened 4 years ago

NadirTennci commented 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).