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

pull/1/head
Nándor 2022-10-26 05:36:33 +03:00 committed by GitHub
parent c6ef38c58d
commit af2f120a54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
- Mostra la data corrente in UTC e formato ISO 8601:
`date -u +"%Y-%m-%dT%H:%M:%SZ"`
`date -u +"%Y-%m-%dT%H:%M:%S%Z"`
- Mostra la data corrente come timestamp Unix (secondi dall'epoca Unix):

View File

@ -9,7 +9,7 @@
- 현재 날짜를 UTC 및 ISO 8601 형식으로 표시:
`date -u +"%Y-%m-%dT%H:%M:%SZ"`
`date -u +"%Y-%m-%dT%H:%M:%S%Z"`
- 현재 날짜를 Unix 타임스탬프로 표시 (Unix epoch 이후 몇 초):

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):

View File

@ -9,7 +9,7 @@
- Geçerli tarihi UTC ve ISO 8601 formatında görüntüleyin:
`date -u +"%Y-%m-%dT%H:%M:%SZ"`
`date -u +"%Y-%m-%dT%H:%M:%S%Z"`
- Geçerli tarihi bir Unix zaman damgası olarak görüntüleyin (Unix zamanından bu yana geçen saniyeler):

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):