Analogy.LogViewer.Serilog
Analogy.LogViewer.Serilog copied to clipboard
Date not shown correctly / Filtering only working on seconds precision
The data itself is parsed correctly from the CLEF files, but get's messed up afterwards:
It's not possible to search in the files due to this:
I just did some more tests, the issue seems not to be the parsed date but that the filter logic is only working with seconds precission and not on milliseconds, even though it has that information. I didn't research it futher, but it could be that these use only two digits precision and the filters use 3 digits?
Thanks for reporting this. There could few reasons for this. I'll update..