& secs() Syntax: secs() Returns the number of elapsed seconds since midnight, January 1, 1970. This is an easy way to time things. Example: > say secs() You say "692636020" ... wait a bit ... > say secs() You say "692636043" See Also: convsecs(), convtime(), time()