From dce33aad41a653f2b1ba5fe98dd1e3b519ca9ade Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 5 Jun 1993 20:00:43 +0000 Subject: [PATCH] entered into RCS --- lisp/timezone.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/timezone.el b/lisp/timezone.el index 8f3335d17d9..defd6451238 100644 --- a/lisp/timezone.el +++ b/lisp/timezone.el @@ -272,8 +272,7 @@ Gregorian date Sunday, December 31, 1 BC." (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))