Skip to main content

int_as_time

No overview available.

def int_as_time(
seconds: int
) - > string

Converts an integer representing seconds into a formatted time string.

Parameters

NameTypeDescription
secondsintThe total number of seconds to be converted into a time duration.

Returns

TypeDescription
stringA string representing the duration in HH:MM:SS format.