Next: Article Display, Previous: Article Button Levels, Up: Article Treatment
The date is most likely generated in some obscure timezone you've never heard of, so it's quite nice to be able to find out what the time was when the article was sent.
gnus-article-date-ut).
gnus-article-date-iso8601).
gnus-article-date-local).
gnus-article-date-english).
gnus-article-date-user). The format is specified by the
gnus-article-time-format variable, and is a string that's passed
to format-time-string. See the documentation of that variable
for a list of possible format specs.
gnus-article-date-lapsed). It looks something like:
Date: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago
This line is updated continually by default. The frequency (in
seconds) is controlled by the gnus-article-update-date-headers
variable.
If you wish to switch updating off, say:
(setq gnus-article-update-date-headers nil)
in your ~/.gnus.el file.
gnus-article-date-original). This can
be useful if you normally use some other conversion function and are
worried that it might be doing something totally wrong. Say, claiming
that the article was posted in 1854. Although something like that is
totally impossible. Don't you trust me? *titter*
See Customizing Articles, for how to display the date in your preferred format automatically.