2010-01-18 Chong Yidong <cyd@stupidchicken.com>
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 18 Jan 2010 22:10:52 +0000 (22:10 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 18 Jan 2010 22:10:52 +0000 (22:10 +0000)
* time-date.el (date-to-time): Doc fix (Bug#5408).

lisp/ChangeLog
lisp/time-date.el

index 46389bb..7bc96c7 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * time-date.el (date-to-time): Doc fix (Bug#5408).
+
 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
 
        * message.el (message-mail): Just pass yank-action on to message-setup.
index 3ac2b97..a16e0de 100644 (file)
@@ -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