diff options
| -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." | |||
| 272 | (and (car zone) zone)))))) | 272 | (and (car zone) zone)))))) |
| 273 | 273 | ||
| 274 | (defun timezone-fix-time (date local timezone) | 274 | (defun timezone-fix-time (date local timezone) |
| 275 | "Find the time represented by the string DATE (with default timezone LOCAL), | 275 | "Convert DATE (default timezone LOCAL) to YYYY-MM-DD-HH-MM-SS-ZONE vector. |
| 276 | and represent it as a YY-MM-DD-HH-MM-SS-TIMEZONE vector. | ||
| 277 | If LOCAL is nil, it is assumed to be GMT. | 276 | If LOCAL is nil, it is assumed to be GMT. |
| 278 | If TIMEZONE is nil, use the local time zone." | 277 | If TIMEZONE is nil, use the local time zone." |
| 279 | (let* ((date (timezone-parse-date date)) | 278 | (let* ((date (timezone-parse-date date)) |