& convsecs() Syntax: convsecs(<seconds>) This function converts seconds to a time string, based on how many seconds the number is after Jan 1, 1970. Note: This function may also be called as secs2time() Example: > say secs() You say "709395750" > say convsecs(709395750) You say "Wed Jun 24 10:22:54 1992" See Also: convtime(), secs(), time().