From af2f120a54ea70b64278d44ee78bfa89114b503e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A1ndor?= <59140312+MNandor@users.noreply.github.com> Date: Wed, 26 Oct 2022 05:36:33 +0300 Subject: [PATCH] date: fix typo in -u example (#9341) --- pages.it/common/date.md | 2 +- pages.ko/common/date.md | 2 +- pages.pt_BR/common/date.md | 2 +- pages.tr/common/date.md | 2 +- pages/common/date.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages.it/common/date.md b/pages.it/common/date.md index 91e3a07d4..4537a5bbd 100644 --- a/pages.it/common/date.md +++ b/pages.it/common/date.md @@ -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): diff --git a/pages.ko/common/date.md b/pages.ko/common/date.md index 543b004de..6a4a962d8 100644 --- a/pages.ko/common/date.md +++ b/pages.ko/common/date.md @@ -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 이후 몇 초): diff --git a/pages.pt_BR/common/date.md b/pages.pt_BR/common/date.md index 10cbe50ab..41d9183e4 100644 --- a/pages.pt_BR/common/date.md +++ b/pages.pt_BR/common/date.md @@ -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): diff --git a/pages.tr/common/date.md b/pages.tr/common/date.md index e4851b6c5..c0ad9004c 100644 --- a/pages.tr/common/date.md +++ b/pages.tr/common/date.md @@ -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): diff --git a/pages/common/date.md b/pages/common/date.md index 797c6725e..f5f22b29b 100644 --- a/pages/common/date.md +++ b/pages/common/date.md @@ -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):