# HG changeset patch # User Glenn Morris # Date 1251873487 0 # Node ID 409fc58fd03dc80651820b14cc4f61d84c24d2f0 # Parent 6f8c7d01dcef154f77b6626021fd2d764bf79cc2 Pass no argument to gnus-float-time rather than current-time. diff -r 6f8c7d01dcef -r 409fc58fd03d lisp/gnus/gnus-util.el --- a/lisp/gnus/gnus-util.el Wed Sep 02 06:37:25 2009 +0000 +++ b/lisp/gnus/gnus-util.el Wed Sep 02 06:38:07 2009 +0000 @@ -451,7 +451,7 @@ Input should look like this: \"Sun, 14 Oct 2001 13:34:39 +0200\"." (condition-case () (let* ((messy-date (gnus-float-time (safe-date-to-time messy-date))) - (now (gnus-float-time (current-time))) + (now (gnus-float-time)) ;;If we don't find something suitable we'll use this one (my-format "%b %d '%y")) (let* ((difference (- now messy-date))