date: fix typo in -u example (#9341)

This commit is contained in:
Nándor
2022-10-26 05:36:33 +03:00
committed by GitHub
parent c6ef38c58d
commit af2f120a54
5 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
- Display the current date in UTC, using the ISO 8601 format:
`date -u +%Y-%m-%dT%H:%M:%SZ`
`date -u +%Y-%m-%dT%H:%M:%S%Z`
- Display the current date as a Unix timestamp (seconds since the Unix epoch):