Browse Source

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

Nándor 2 years ago
parent
commit
af2f120a54

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

+ 1 - 1
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 이후 몇 초):
 

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

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

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