aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/os.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2003-12-29 21:35:37 +0000
committerRichard M. Stallman <[email protected]>2003-12-29 21:35:37 +0000
commit76aac1c198edfe9eac39343cd56c9f04cf4ee16d (patch)
treecbe74fd4d0074d4ec68eebf6298f6dde9eb88b3f /lispref/os.texi
parentf3d95494d6c373a57d60512b0a508c185d395845 (diff)
(Time of Day): Add set-time-zone-rule.
Diffstat (limited to 'lispref/os.texi')
-rw-r--r--lispref/os.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/lispref/os.texi b/lispref/os.texi
index 5706c33d60..5401701b97 100644
--- a/lispref/os.texi
+++ b/lispref/os.texi
@@ -1010,6 +1010,13 @@ integers. Thus, you can use times obtained from @code{current-time}
(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,