Module tracing_subscriber::fmt::time
source · Expand description
Formatters for event timestamps.
Structs
- Retrieve and print the current local time.
- Retrieve and print the current UTC time.
- Retrieve and print the current wall-clock time.
- Retrieve and print the relative elapsed wall-clock time since an epoch.
Traits
- A type that can measure and format the current time.
Functions
- Returns a new
SystemTime
timestamp provider. - Returns a new
Uptime
timestamp provider.