# HG changeset patch # User Glenn Morris # Date 1190343171 0 # Node ID 55336492349b0c3a8c8c83cb46072d098a245542 # Parent 7c581139fa0b94ee2fae464b6a136898ec3c685a Diane Murray (url-get-normalized-date): Pass full timezone information to timezone-make-date-arpa-standard, since zone name may be unknown. diff -r 7c581139fa0b -r 55336492349b lisp/url/url-util.el --- a/lisp/url/url-util.el Fri Sep 21 02:43:48 2007 +0000 +++ b/lisp/url/url-util.el Fri Sep 21 02:52:51 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)))