seconds_to_formatted_string

HSTB.kluster.fqpr_helpers.seconds_to_formatted_string(seconds)

Get a nicely formatted time elapsed string

Parameters

seconds (Union[float, int]) – number of seconds in either float or int, will be rounded to int

Returns

formatted string

Return type

str