comparison lisp/gnus/gnus-art.el @ 87161:5fe2474b99aa

(article-make-date-line): Revert previous change.
author Glenn Morris <rgm@gnu.org>
date Fri, 07 Dec 2007 05:19:54 +0000
parents 00b588069d34
children 54ba9c058e4a
comparison
equal deleted inserted replaced
87160:1c8ae140143d 87161:5fe2474b99aa
3400 " at " 3400 " at "
3401 (format "%02d" (nth 2 dtime)) 3401 (format "%02d" (nth 2 dtime))
3402 ":" 3402 ":"
3403 (format "%02d" (nth 1 dtime))))))) 3403 (format "%02d" (nth 1 dtime)))))))
3404 (error 3404 (error
3405 "Date: %s (from Gnus)" date))) 3405 (format "Date: %s (from Gnus)" date))))
3406 3406
3407 (defun article-date-local (&optional highlight) 3407 (defun article-date-local (&optional highlight)
3408 "Convert the current article date to the local timezone." 3408 "Convert the current article date to the local timezone."
3409 (interactive (list t)) 3409 (interactive (list t))
3410 (article-date-ut 'local highlight)) 3410 (article-date-ut 'local highlight))