/[emacs]/emacs/lispref/os.texi
ViewVC logotype

Diff of /emacs/lispref/os.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.54 by rms, Mon Jul 14 15:59:52 2003 UTC revision 1.55 by rms, Tue Jul 22 15:17:55 2003 UTC
# Line 1163  seconds since the epoch, to a time value Line 1163  seconds since the epoch, to a time value
1163  the inverse conversion, use @code{float-time}.  the inverse conversion, use @code{float-time}.
1164  @end defun  @end defun
1165    
1166  @defun decode-time time  @defun decode-time &optional time
1167  This function converts a time value into calendrical information.  The  This function converts a time value into calendrical information.  If
1168  return value is a list of nine elements, as follows:  you don't specify @var{time}, it decodes the current time.  The return
1169    value is a list of nine elements, as follows:
1170    
1171  @example  @example
1172  (@var{seconds} @var{minutes} @var{hour} @var{day} @var{month} @var{year} @var{dow} @var{dst} @var{zone})  (@var{seconds} @var{minutes} @var{hour} @var{day} @var{month} @var{year} @var{dow} @var{dst} @var{zone})

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26