5 ms·
I like to use: date -u +%Y-%m-%dT%TZ because the time zone is unambiguous, the command works with POSIX date, and it's valid under both ISO 8601 and RFC 3
by oftenwrong 4y ago
I like to use:
date -u +%Y-%m-%dT%TZ
because the time zone is unambiguous, the command works with POSIX date, and it's valid under both ISO 8601 and RFC 3339.