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