Arbortext Command Language > Functions by Alphabetical Listing > time (Function)
  
time (Function)
seconds = time ()
This function returns the current time in seconds since the epoch, which is operating system-specific. This time can be converted into a string for display using the ctime function.
Example
ctime(time())
is equivalent to
time_date()
Related Topics
ctime built-in function