(url-get-normalized-date): Pass full timezone information to
timezone-make-date-arpa-standard, since zone name may be unknown.
+2007-09-21 Diane Murray <disumu@x3y2z1.net>
+
+ * url-util.el (url-get-normalized-date): Pass full timezone
+ information to timezone-make-date-arpa-standard, since zone name
+ may be unknown.
+
2007-09-03 Diane Murray <disumu@x3y2z1.net>
* url-http.el: (url-http-parse-headers): Bind the current buffer
(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)))