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 @@
- Exibe a data atual no formato UTC e ISO 8601:
`date -u +"%Y-%m-%dT%H:%M:%SZ"`
`date -u +"%Y-%m-%dT%H:%M:%S%Z"`
- Mostra a data atual em Unix timestamp - segundos desde 00:00:00 UTC de 1 de janeiro de 1970 (Unix epoch):