toTimeFormatted

Get the different hours, minutes, seconds, etc. from a Integer in seconds

Return

a map of times and ints where time is the Times and Int is the amount of that time
fun Int.toTimeFormatted(): Map<Times, Int>