int_as_time
No overview available.
def int_as_time(
seconds: int
) - > string
Converts an integer representing seconds into a formatted time string.
Parameters
| Name | Type | Description |
|---|---|---|
| seconds | int | The total number of seconds to be converted into a time duration. |
Returns
| Type | Description |
|---|---|
string | A string representing the duration in HH:MM:SS format. |