I\'ve got an amount of seconds that passed from a certain event. It\'s stored in a NSTimeInterval data type.
seconds
NSTimeInterval
I want to convert it into
pseudo-code:
minutes = floor(326.4/60) seconds = round(326.4 - minutes * 60)