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

This is supported on crate feature fmt only.

Formatters for event timestamps.

Structs

ChronoLocalfmt and chrono

Retrieve and print the current local time.

ChronoUtcfmt and chrono

Retrieve and print the current UTC time.

SystemTimefmt

Retrieve and print the current wall-clock time.

Uptimefmt

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

Traits

FormatTimefmt

A type that can measure and format the current time.

Functions

timefmt

Returns a new SystemTime timestamp provider.

uptimefmt

Returns a new Uptime timestamp provider.