From 33b5fcd7bdc9e3e169e3a3c5c8b767dcb05b770e Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Thu, 20 May 2021 12:36:10 -0400 Subject: [PATCH] Revert "date: fix typo (#4069)" (#5997) --- pages.it/common/date.md | 2 +- pages.ko/common/date.md | 2 +- pages.zh/osx/date.md | 2 +- pages/common/date.md | 2 +- pages/osx/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 4537a5bbd..91e3a07d4 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:%S%Z"` +`date -u +"%Y-%m-%dT%H:%M:%SZ"` - 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 6a4a962d8..543b004de 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:%S%Z"` +`date -u +"%Y-%m-%dT%H:%M:%SZ"` - 현재 날짜를 Unix 타임스탬프로 표시 (Unix epoch 이후 몇 초): diff --git a/pages.zh/osx/date.md b/pages.zh/osx/date.md index f7f253eb4..89eff7763 100644 --- a/pages.zh/osx/date.md +++ b/pages.zh/osx/date.md @@ -8,7 +8,7 @@ - 以 UTC 和 ISO 8601 格式显示当前日期: -`date -u +"%Y-%m-%dT%H:%M:%S%Z"` +`date -u +"%Y-%m-%dT%H:%M:%SZ"` - 将当前日期显示为 unix 时间戳(自 1970-01-01 00:00:00 以来的秒数) diff --git a/pages/common/date.md b/pages/common/date.md index cc47170ed..1344bafff 100644 --- a/pages/common/date.md +++ b/pages/common/date.md @@ -9,7 +9,7 @@ - Display the current date in UTC and ISO 8601 format: -`date -u +"%Y-%m-%dT%H:%M:%S%Z"` +`date -u +"%Y-%m-%dT%H:%M:%SZ"` - Display the current date as a Unix timestamp (seconds since the Unix epoch): diff --git a/pages/osx/date.md b/pages/osx/date.md index 0f1595826..92e097131 100644 --- a/pages/osx/date.md +++ b/pages/osx/date.md @@ -8,7 +8,7 @@ - Display the current date in UTC and ISO 8601 format: -`date -u +"%Y-%m-%dT%H:%M:%S%Z"` +`date -u +"%Y-%m-%dT%H:%M:%SZ"` - Display the current date as a Unix timestamp (seconds since the Unix epoch):