[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs Lisp date/time functions and RFC 3339?
From: |
T. V. Raman |
Subject: |
Re: Emacs Lisp date/time functions and RFC 3339? |
Date: |
Thu, 9 Nov 2006 18:54:28 -0800 |
RFC 3339 is used by the Atom Publishing Protocol and friends.
Its primary characteristics gleened from the RFC:
A) Simple, Unambiguous
B) Sorting values with standard lexical sort does the write
thing
Examples:
2006-11-09T18:52:00-08:00
The same with an optional fractional seconds part:
2006-11-09T18:52:00.000-08:00
The only optional part in the format is the fractional seconds.
You can also write just a date, i.e. no time part, or just a
time. TZ can also be specified as [zZ] -
>>>>> "Richard" == Richard Stallman <address@hidden> writes:
Richard> defines a simplified/unambiguous date/time
Richard> format that I'm running into more and more on the
Richard> Web.
Richard>
Richard> What does that format look like?
Richard>
Richard> Is there interest other than just me in getting
Richard> some of this into the core date/time libraries for
Richard> Emacs?
Richard>
Richard> If people are using it, we certainly want to support
Richard>
--
Best Regards,
--raman
Email: address@hidden
WWW: http://emacspeak.sf.net/raman/
AIM: emacspeak GTalk: address@hidden
PGP: http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman
IRC: irc://irc.freenode.net/#emacs
- Emacs Lisp date/time functions and RFC 3339?, T. V. Raman, 2006/11/08
- Re: Emacs Lisp date/time functions and RFC 3339?, Edward O'Connor, 2006/11/09
- Re: Emacs Lisp date/time functions and RFC 3339?, Richard Stallman, 2006/11/09
- Re: Emacs Lisp date/time functions and RFC 3339?,
T. V. Raman <=
- Re: Emacs Lisp date/time functions and RFC 3339?, Miles Bader, 2006/11/10
- Re: Emacs Lisp date/time functions and RFC 3339?, Nic James Ferrier, 2006/11/10
- Re: Emacs Lisp date/time functions and RFC 3339?, T. V. Raman, 2006/11/11
- Re: Emacs Lisp date/time functions and RFC 3339?, Miles Bader, 2006/11/11
- Re: Emacs Lisp date/time functions and RFC 3339?, T. V. Raman, 2006/11/12
- Re: Emacs Lisp date/time functions and RFC 3339?, Richard Stallman, 2006/11/10
Re: Emacs Lisp date/time functions and RFC 3339?, Andreas Schwab, 2006/11/10