I got a "xx:xx:xx", I add ...
1 2 3 4
def sec_to_time(sec) t = Hash.new a_sec = sec.divmod(60) ...
I have a time in second and...
I got a "xx:xx:xx", I add ...