Available on crate features
fmt and std only.Expand description
Formatters for event timestamps.
Structs§
- Chrono
Local chrono - Formats local times and UTC times with
FormatTimeimplementations that use thechronocrate. - Chrono
Utc chrono - Formats the current UTC time using a formatter from the
chronocrate. - Local
Time unsound_local_offsetandlocal-time - Formats the current local time using 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
time - Formats the current UTC time using a formatter from the
timecrate.
Traits§
- Format
Time - A type that can measure and format the current time.