diff options
Diffstat (limited to 'lisp/url/url-util.el')
| -rw-r--r-- | lisp/url/url-util.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/url/url-util.el b/lisp/url/url-util.el index b796e769c60..f7d2d4410d9 100644 --- a/lisp/url/url-util.el +++ b/lisp/url/url-util.el @@ -189,8 +189,7 @@ Will not do anything if `url-show-status' is nil." (defun url-get-normalized-date (&optional specified-time) "Return a 'real' date string that most HTTP servers can understand." (let ((system-time-locale "C")) - (format-time-string "%a, %d %b %Y %T GMT" - (or specified-time (current-time)) t))) + (format-time-string "%a, %d %b %Y %T GMT" specified-time t))) ;;;###autoload (defun url-eat-trailing-space (x) |
