From: "T. V. Raman" <raman@users.sf.net>
Cc: raman@users.sf.net, emacs-devel@gnu.org
Subject: Re: Emacs Lisp date/time functions and RFC 3339?
Date: Thu, 9 Nov 2006 18:54:28 -0800 [thread overview]
Message-ID: <17747.59876.83345.935097@gargle.gargle.HOWL> (raw)
In-Reply-To: <E1GiJIc-0007X5-Nt@fencepost.gnu.org>
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 <rms@gnu.org> 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: raman@users.sf.net
WWW: http://emacspeak.sf.net/raman/
AIM: emacspeak GTalk: tv.raman.tv@gmail.com
PGP: http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman
IRC: irc://irc.freenode.net/#emacs
next prev parent reply other threads:[~2006-11-10 2:54 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-09 3:34 Emacs Lisp date/time functions and RFC 3339? T. V. Raman
2006-11-09 21:57 ` Edward O'Connor
2006-11-09 23:27 ` Richard Stallman
2006-11-10 2:54 ` T. V. Raman [this message]
2006-11-10 15:48 ` Miles Bader
2006-11-10 16:56 ` Nic James Ferrier
2006-11-12 1:53 ` T. V. Raman
2006-11-12 2:52 ` Miles Bader
2006-11-12 19:57 ` T. V. Raman
2006-11-11 2:10 ` Richard Stallman
2006-11-10 10:15 ` Andreas Schwab
2006-11-10 10:55 ` Kim F. Storm
2006-11-10 12:41 ` Andreas Schwab
2006-11-10 13:28 ` Kim F. Storm
2006-11-10 13:35 ` Andreas Schwab
2006-11-10 14:06 ` Kim F. Storm
2006-11-10 14:33 ` T. V. Raman
2006-11-10 14:32 ` T. V. Raman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=17747.59876.83345.935097@gargle.gargle.HOWL \
--to=raman@users.sf.net \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.