# HG changeset patch # User Richard M. Stallman # Date 739310443 0 # Node ID 1489eda1a90b462b762c183b49b723cf91ea563a # Parent 5fb4eefbd7ac25144054bf02adf14ca23d882c17 entered into RCS diff -r 5fb4eefbd7ac -r 1489eda1a90b lisp/timezone.el --- 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))