aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
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.
276and represent it as a YY-MM-DD-HH-MM-SS-TIMEZONE vector.
277If LOCAL is nil, it is assumed to be GMT. 276If LOCAL is nil, it is assumed to be GMT.
278If TIMEZONE is nil, use the local time zone." 277If TIMEZONE is nil, use the local time zone."
279 (let* ((date (timezone-parse-date date)) 278 (let* ((date (timezone-parse-date date))