summaryrefslogtreecommitdiff
path: root/lisp/timezone.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-06-05 20:00:43 +0000
committerRichard M. Stallman <rms@gnu.org>1993-06-05 20:00:43 +0000
commitdce33aad41a653f2b1ba5fe98dd1e3b519ca9ade (patch)
treee9b6d7173b3321b18004de245308ade6a551b3f7 /lisp/timezone.el
parent22390f50fdf8058f9e2c787a18b527364cb1d010 (diff)
downloademacs-dce33aad41a653f2b1ba5fe98dd1e3b519ca9ade.tar.gz
entered into RCS
Diffstat (limited to 'lisp/timezone.el')
-rw-r--r--lisp/timezone.el3
1 files changed, 1 insertions, 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))