saleem-mirza / serilog-sinks-sqlite

A Serilog sink that writes to SQLite
Apache License 2.0
56 stars 44 forks source link

Change to use universal time in hours #35

Closed ayauka closed 2 years ago

ayauka commented 2 years ago

Instead of using hh(12 hours / am /pm), use HH (24 hours) to represent hour in newly generated files and those would be ordered in the file system.

ayauka commented 2 years ago

@saleem-mirza can you add this to main branch ?