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
FormatTime
implementations that use thechrono
crate. - Chrono
Utc chrono
- Formats the current UTC time using a formatter from the
chrono
crate. - Local
Time unsound_local_offset
andlocal-time
- Formats the current local time using a formatter from the
time
crate. - 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
time
crate.
Traits§
- Format
Time - A type that can measure and format the current time.