On Wed, Apr 13, 2011 at 1:46 PM, Peter Bonivart <[email protected]> wrote: > On Wed, Apr 13, 2011 at 10:34 PM, Philip Brown <[email protected]> wrote: >> date -u '+%Y/%m/%dT%H:%M:%SZ' > > "The separator used between date values (year, month, week, and day) > is the hyphen." >
Noted. Okay then: date -u '+%Y-%m-%dT%H:%M:%SZ' which currently yields output of 2011-04-13T20:54:24Z _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
