pub fn ts_fmt(ts_ns: u64) -> StringExpand description
Format a nanosecond UNIX timestamp as a local-time readable string:
"YYYY-MM-DD HH:MM:SS.nnnnnnnnn".
This is used for JSON serialisation of LogRecord::ts.
pub fn ts_fmt(ts_ns: u64) -> StringFormat a nanosecond UNIX timestamp as a local-time readable string:
"YYYY-MM-DD HH:MM:SS.nnnnnnnnn".
This is used for JSON serialisation of LogRecord::ts.