emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Update timezone-parse-date to recognize the basic iso8601 format?


From: Mark A. Hershberger
Subject: Update timezone-parse-date to recognize the basic iso8601 format?
Date: Sun, 02 Aug 2009 22:11:34 -0400

timezone-parse-date says it recognizes the following format:

    1996-06-24 21:13:12 [GMT]

In fact it recognizes this form as well:

    1996-06-24T21:13:12 +8:00
    1996-06-24T21:13:12 +800

This form is (according to http://en.wikipedia.org/wiki/ISO_8601) the
extended ISO8601 format.

I would like to make it also recognize the basic format:

    19960624T211312+800
    19960624T211312Z

(The Z specifies UTC)

Before I make the changes, I wanted to check to make sure these changes
hadn't already been considered and rejected.

Thoughts?

Mark.


-- 
http://hexmode.com/

Every day, mindful practice.  When the mind is disciplined, then the
Way can work for us.  Otherwise, all we do is talk of the Way; everything
is just words; and the world will know us as its one great fool.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]