Module time

Source
👎Deprecated since 0.1.1: moved to tracing-subscriber::fmt::time

Structs§

ChronoLocal
Retrieve and print the current local time.
ChronoUtc
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.