# HG changeset patch # User Glenn Morris # Date 1190343341 0 # Node ID e18c264133a50b89e11a0c946ea3f093f356c3c7 # Parent a1bd1299729c420930c8e8f087cb6bdbe85e7006 Diane Murray (url-get-normalized-date): Pass full timezone information to timezone-make-date-arpa-standard, since zone name may be unknown. diff -r a1bd1299729c -r e18c264133a5 lisp/url/url-util.el --- a/lisp/url/url-util.el Fri Sep 21 02:41:05 2007 +0000 +++ b/lisp/url/url-util.el Fri Sep 21 02:55:41 2007 +0000 @@ -190,7 +190,7 @@ (let* ((raw (if specified-time (current-time-string specified-time) (current-time-string))) (gmt (timezone-make-date-arpa-standard raw - (nth 1 (current-time-zone)) + (current-time-zone) "GMT")) (parsed (timezone-parse-date gmt)) (day (cdr-safe (assoc (substring raw 0 3) url-weekday-alist)))