;+NAME/ONE LINE DESCRIPTION OF ROUTINE: ; UNIX2SEC converts unix system time to total number of seconds. ; function unix2sec,t_time sec = t_time + z2sec('1970001') return,sec end