Expand description
Formatters for event timestamps.
Structs§
- Offset
Time - Formats the current time using a fixed offset and a formatter from the
timecrate. - System
Time - 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
timecrate.
Traits§
- Format
Time - A type that can measure and format the current time.