Function tracing_subscriber::fmt::time::time
source · pub fn time() -> SystemTime
Expand description
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()