[csw-maintainers] Catalog generation date information in catalog/pkgutil?
Philip Brown
phil at bolthole.com
Wed Apr 13 22:34:39 CEST 2011
On Wed, Apr 13, 2011 at 11:16 AM, James Lee <james at opencsw.org> wrote:
> On 13/04/11, 19:02:04, Philip Brown <phil at bolthole.com> 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
More information about the maintainers
mailing list