diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-05 20:00:43 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-05 20:00:43 +0000 |
commit | dce33aad41a653f2b1ba5fe98dd1e3b519ca9ade (patch) | |
tree | e9b6d7173b3321b18004de245308ade6a551b3f7 /lisp/timezone.el | |
parent | 22390f50fdf8058f9e2c787a18b527364cb1d010 (diff) | |
download | emacs-dce33aad41a653f2b1ba5fe98dd1e3b519ca9ade.tar.gz |
entered into RCS
Diffstat (limited to 'lisp/timezone.el')
-rw-r--r-- | lisp/timezone.el | 3 |
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)) |