formatToString

Formats the amount of seconds to time string in GTFS format. Note that the amount of hours can be more than 23

Example:

formatToString(56730) == "15:45:30"
formatToString(96330) == "26:45:30"

Return

Time string in GTFS format