def sec_to_time(sec)
	t = Hash.new
	a_sec = sec.divmod(60)
...

Ruby time to second, second to time

by kyzh, June 11, 2008 21:21, 2 refactorings, tagged with ruby time seconds

I have a time in second and...

F219245be3a984ebe2b754c64866551f Talk