changeset 53433:5bf3c4457aa3

(Time of Day): Add set-time-zone-rule.
author Richard M. Stallman <rms@gnu.org>
date Mon, 29 Dec 2003 21:35:37 +0000
parents 7dd1ab1ebb2c
children 6fddc60d9cbc
files lispref/os.texi
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,