[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Emacs Lisp date/time functions and RFC 3339?
From: |
T. V. Raman |
Subject: |
Emacs Lisp date/time functions and RFC 3339? |
Date: |
Wed, 8 Nov 2006 19:34:03 -0800 |
RFC 3339
http://www.ietf.org/rfc/rfc3339.txt
defines a simplified/unambiguous date/time format
that I'm running into more and more on the Web.
The date/time handling functions in Emacs ---
calendar/time-date.el, together with the primitives for
encode-time and decode-time do not handle this format well, nor
does format-time-string.
Is there interest other than just me in getting some of this into
the core date/time libraries for Emacs?
Note: this is not something that needs to be checked in before
releasing Emacs 22; on the other hand, if implemented, it would
be benign with respect to the rest of Emacs as it stands at present.
--
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 <=
- 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, 2006/11/09
- 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