Struct tracing_subscriber::fmt::time::SystemTime [−][src]
pub struct SystemTime;
Expand description
Retrieve and print the current wall-clock time.
If the chrono
feature is enabled, the current time is printed in a human-readable format like
“Jun 25 14:27:12.955”. Otherwise the Debug
implementation of std::time::SystemTime
is used.
Trait Implementations
Returns the “default value” for a type. Read more
Measure and write out the current time. Read more