Expand description
Human-readable formats for times and durations.
Constants§
- MIN_
SECONDS_ ONLY_ TIME - The minimum amount of time displayed with only seconds (no milliseconds).
Functions§
- duration_
short - Returns a human-friendly formatted string for the whole number of seconds in
duration
. - humantime_
milliseconds - Returns a human-friendly formatted string for the whole number of milliseconds in
duration
. - humantime_
seconds - Returns a human-friendly formatted string for the whole number of seconds in
duration
.