[][src]Function tracing_subscriber::fmt::time::time

pub fn time() -> SystemTime
This is supported on feature="fmt" only.

Returns a new SystemTime timestamp provider.

This can then be configured further to determine how timestamps should be configured.

This is equivalent to calling

tracing_subscriber::fmt::time::SystemTime::default()