Converts a time in seconds to a short string e.g. "3m4s".
"3m4s"
timestr(t)
t
numeric. time in seconds.
A character string is returned.
timestr(1.3) timestr(73) timestr(4684)