diff lisp/calendar/time-date.el @ 106900:e3970f7c14d4

Doc fix for current-time-string and date-to-time (Bug#5408) * src/editfns.c (Fcurrent_time_string): Doc fix. * lisp/calendar/time-date.el (date-to-time): Doc fix.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 18 Jan 2010 11:29:00 -0500
parents 1d1d5d9bd884
children 8d09094063d0 376148b31b5e
line wrap: on
line diff
--- a/lisp/calendar/time-date.el	Mon Jan 18 05:44:36 2010 +0100
+++ b/lisp/calendar/time-date.el	Mon Jan 18 11:29:00 2010 -0500
@@ -98,7 +98,8 @@
 
 ;;;###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