From 130f5bb198b38e8240b188ca73edacd1d4eb3973 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Mon, 18 Jan 2010 22:10:52 +0000 Subject: [PATCH] 2010-01-18 Chong Yidong * time-date.el (date-to-time): Doc fix (Bug#5408). --- lisp/ChangeLog | 4 ++++ lisp/time-date.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 46389bbab..7bc96c73e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-01-18 Chong Yidong + + * time-date.el (date-to-time): Doc fix (Bug#5408). + 2010-01-17 Chong Yidong * message.el (message-mail): Just pass yank-action on to message-setup. diff --git a/lisp/time-date.el b/lisp/time-date.el index 3ac2b97b0..a16e0ded5 100644 --- a/lisp/time-date.el +++ b/lisp/time-date.el @@ -98,7 +98,8 @@ and type 2 is the list (HIGH LOW MICRO)." ;;;###autoload (defun date-to-time (date) - "Parse a string DATE that represents a date-time and return a time value." + "Parse a string DATE that represents a date-time and return a time value. +If DATE lacks timezone information, GMT is assumed." (condition-case () (apply 'encode-time (parse-time-string -- 2.34.1