* emacs-mime.texi (time-date): Addition.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 5 Jan 2001 05:52:54 +0000 (05:52 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 5 Jan 2001 05:52:54 +0000 (05:52 +0000)
texi/ChangeLog
texi/emacs-mime.texi

index 8e85a44..7100ad4 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-05 06:53:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * emacs-mime.texi (time-date): Addition.
+
 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus.texi (Newest Features): uref, not url.
index 6f9387f..e15c113 100644 (file)
@@ -528,7 +528,7 @@ gives an overview of which functions are available.
 (seconds-to-time 905595714.0)
 @result{} (13818 19266 0)
 
-(time-to-day '(13818 19266))
+(time-to-days '(13818 19266))
 @result{} 729644
 
 (days-to-time 729644)
@@ -553,6 +553,10 @@ gives an overview of which functions are available.
 (time-to-day-in-year '(13818 19266))
 @result{} 255
 
+(time-to-number-of-days
+ (time-since
+  (date-to-time "Mon, 01 Jan 2001 02:22:26 GMT")))
+@result{} 4.146122685185185
 @end example
 
 And finally, we have @code{safe-date-to-time}, which does the same as