]> git.eshelyaron.com Git - emacs.git/commitdiff
(Time of Day): Add set-time-zone-rule.
authorRichard M. Stallman <rms@gnu.org>
Mon, 29 Dec 2003 21:35:37 +0000 (21:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 29 Dec 2003 21:35:37 +0000 (21:35 +0000)
lispref/os.texi

index 5706c33d6077249d9316722895ee23099ceabccd..5401701b9730d5ef74b0f2123401f21f64576316 100644 (file)
@@ -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,