Is there a standard algorithm that can take the output of difftime (which is in seconds) and use it to print out the number of minutes, hours, days, weeks, etc.?
I was going to try and calculate this myself by using the modulo, etc. but thought that something might pre-exist..