# HG changeset patch # User Richard M. Stallman # Date 1072733737 0 # Node ID 5bf3c4457aa3248ea35e78352e428c08d3af10b0 # Parent 7dd1ab1ebb2c71e51bfef3123428bfec0a3d2ba7 (Time of Day): Add set-time-zone-rule. diff -r 7dd1ab1ebb2c -r 5bf3c4457aa3 lispref/os.texi --- a/lispref/os.texi Mon Dec 29 21:32:10 2003 +0000 +++ b/lispref/os.texi Mon Dec 29 21:35:37 2003 +0000 @@ -1010,6 +1010,13 @@ (see above) and from @code{file-attributes} (@pxref{File Attributes}). @end defun +@defun set-time-zone-rule tz +This function specifies the local time zone according to @var{tz}. If +@var{tz} is @code{nil}, that means to use an implementation-defined +default time zone. If @var{tz} is @code{t}, that means to use +Universal Time. +@end defun + @defun float-time &optional time-value This function returns the current time as a floating-point number of seconds since the epoch. The argument @var{time-value}, if given,