diff lisp/timezone.el @ 3505:1489eda1a90b

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Sat, 05 Jun 1993 20:00:43 +0000
parents ddc7da3f66d1
children 10baf5e7550f
line wrap: on
line diff
--- a/lisp/timezone.el	Sat Jun 05 19:13:03 1993 +0000
+++ b/lisp/timezone.el	Sat Jun 05 20:00:43 1993 +0000
@@ -272,8 +272,7 @@
 		 (and (car zone) zone))))))
 
 (defun timezone-fix-time (date local timezone)
-  "Find the time represented by the string DATE (with default timezone LOCAL),
-and represent it as a YY-MM-DD-HH-MM-SS-TIMEZONE vector.
+  "Convert DATE (default timezone LOCAL) to YYYY-MM-DD-HH-MM-SS-ZONE vector.
 If LOCAL is nil, it is assumed to be GMT.
 If TIMEZONE is nil, use the local time zone."
   (let* ((date   (timezone-parse-date date))