Gnus development mailing list
 help / color / mirror / Atom feed
* article-make-date-line and 'iso86601
@ 1999-01-27 16:49 Jari Aalto+mail.emacs
  1999-01-28  7:15 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Jari Aalto+mail.emacs @ 1999-01-27 16:49 UTC (permalink / raw)



    Hmm, wouldn't the more readable YYYY-MM-DD HH:MM:SS be more 
    appropriate than the default? 

    jari


(defun article-make-date-line (date type)

     ;; ISO 8601.
     ((eq type 'iso8601)
      (concat
       "Date: "
       (format-time-string "%Y%M%DT%h%m%s" time)))


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: article-make-date-line and 'iso86601
  1999-01-27 16:49 article-make-date-line and 'iso86601 Jari Aalto+mail.emacs
@ 1999-01-28  7:15 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-01-28  7:15 UTC (permalink / raw)


jari.aalto@poboxes.com (Jari Aalto+mail.emacs) writes:

> Hmm, wouldn't the more readable YYYY-MM-DD HH:MM:SS be more 
> appropriate than the default? 

It's a matter of taste.  I like the current one.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-01-28  7:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-01-27 16:49 article-make-date-line and 'iso86601 Jari Aalto+mail.emacs
1999-01-28  7:15 ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).