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

This is supported on crate feature fmt only.

Formatters for event timestamps.

Structs

ChronoLocalchrono

Retrieve and print the current local time.

ChronoUtcchrono

Retrieve and print the current UTC time.

SystemTime

Retrieve and print the current wall-clock time.

Uptime

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

Traits

FormatTime

A type that can measure and format the current time.

Functions

time

Returns a new SystemTime timestamp provider.

uptime

Returns a new Uptime timestamp provider.