From the NannyMUD documentation
2000-12-19
NAME
time_string - Converts seconds to a string.LOCATION
/obj/supportSYNTAX
string time_string(int time)DESCRIPTION
Converts a number of seconds to a string showing days, hours, minutes and seconds.EXAMPLE
str="/obj/support"->time_string(3601); str is now "1 hour and 1 second".