Module time

Module time 

Source
Expand description

Formatters for event timestamps.

Structs§

OffsetTime
Formats the current time using a fixed offset and a formatter from the time crate.
SystemTime
Retrieve and print the current wall-clock time.
Uptime
Retrieve and print the relative elapsed wall-clock time since an epoch.
UtcTime
Formats the current UTC time using a formatter from the time crate.

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.