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

This is supported on feature="fmt" only.

Formatters for event timestamps.

Structs

ChronoLocalfeature="fmt" and feature="chrono"

Retrieve and print the current local time.

ChronoUtcfeature="fmt" and feature="chrono"

Retrieve and print the current UTC time.

SystemTimefeature="fmt"

Retrieve and print the current wall-clock time.

Uptimefeature="fmt"

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

Traits

FormatTimefeature="fmt"

A type that can measure and format the current time.