Dear Module Authors,

I'm thinking about writing an ISO 8601 module, and would like to know if
you guys would consider it useful.  I have the following in mind:

- It should parse and format ISO 8601

- It should be simple (no fancy date arithmetics, ..), and have minimal
dependencies

- There should be an API similar to [local|gm]time and
Time::Local::time[local|gm]

- For example:
    perl -MTime::ISO8601 -e "print scalar iso8601time"
    2006-05-26T20:42:16+02:00

- Probably called Time::ISO8601 ?

Any comment is greatly appreciated, even if you think the idea is silly.

Ron

Reply via email to