[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [syndication] Some suggestions for RSS .92
Mike Cannon-Brookes writes:
> At the moment we use a raw integer date value (representing ms since
> 1970 or close to) but that's obviously not very human readable /
> writeable - is there a solution to this?
This is why ISO8601 was my first choice, it sorts naturally, lots of
systems use it (Many SQL servers, for instance), and is human readable
(although it is only in common useage among computer people, but the 4
digit year makes it easy to decipher).
But everything I work in has a library to convert from that and the
RFC822 date to and from Un*x time, so it really doesn't matter to me.
Dan