home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0024.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  365 b   |  13 lines

  1.   new function:  (time-string ['x_time])
  2.     if given no arguments, it returns the current time as a string.
  3.  
  4.     if given an argument, x_time, then it converts that argument to
  5.       a time string and returns that string.
  6.       The argument should represent the number of seconds since
  7.       Jan 1, 1970 (GMT).
  8.  
  9.   note that this makes (status ctime) obsolete.
  10.  
  11.  
  12.  
  13.