Module tracing_subscriber::fmt::time[][src]

This is supported on crate features fmt and std only.
Expand description

Formatters for event timestamps.

Structs

LocalTimetime and local-time

Formats the current local time using a formatter from the time crate.

Retrieve and print the current wall-clock time.

Retrieve and print the relative elapsed wall-clock time since an epoch.

Formats the current UTC time using a formatter from the time crate.

Traits

A type that can measure and format the current time.

Functions

Returns a new SystemTime timestamp provider.

Returns a new Uptime timestamp provider.