seconds_to_hm

seconds_to_hm(seconds: int) str[source]

Helperfunction to convert Number of seconds to hour:minute format.

Parameters

seconds (int) – Amount of seconds that should be converted to an %h:%M string

Returns

String representing of seconds, in the form of %h:%M

Return type

str