Message81565
Currently there is no obvious way to parse time from ISO
8601/W3C/RFC3339 date&time format (http://www.ietf.org/rfc/rfc3339.txt)
or RFC2822. (Actually RFC2822 could be parsed with rfc822 module but
that is not very good way).
I suggest that we should add special directive (let's say %o) for time
offset which is "Z" or ("+" / "-") time-hour ":" time-minute.
Also %O directive will parse zone: ( "+" / "-" ) time-hour time-minute.
(I suppose there is no need to support obsolate time zones but if that
is possible it's also good idea). |
|
Date |
User |
Action |
Args |
2009-02-10 17:07:02 | davydov | set | recipients:
+ davydov |
2009-02-10 17:07:02 | davydov | set | messageid: <1234285622.79.0.0309055191852.issue5207@psf.upfronthosting.co.za> |
2009-02-10 17:06:02 | davydov | link | issue5207 messages |
2009-02-10 17:06:01 | davydov | create | |
|