On Wed, Apr 13, 2011 at 11:16 AM, James Lee <[email protected]> wrote: > On 13/04/11, 19:02:04, Philip Brown <[email protected]> wrote regarding Re: > [csw-maintainers] Catalog generation date information in > catalog/pkgutil?: > >> PS: I put some experimental code into the catalog generation script. > > Thanks. > >> It outputs in the first line of comments, a strings of the format > >> date -u '+%Y/%m/%d-%H:%M:%S' > > ISO 8601? > > > Can it have a standard label? Like: > > # CreationDate: $(date -u '+%Y/%m/%d-%H:%M:%S') >
Is the only thing you changed there, to add "CreationDate:" ? Looks like it, but I want to make sure. Is this some kind of actual documented external standard label? Otherwise, I dont see the value of "CreationDate:" over what I shoved in there, of "..blah blah... generated on $(date....)" Hm. going on other people's comments.. I guess even though i think the letters are ugly, it should be date -u '+%Y/%m/%dT%H:%M:%SZ' according to ISO8601 _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
