diff --git a/pages/common/date.md b/pages/common/date.md index c8dac38057..f1ed05fdb3 100644 --- a/pages/common/date.md +++ b/pages/common/date.md @@ -6,6 +6,6 @@ `date +"%c"` -- Display the date using a custom format +- Display the date in UTC and ISO 8601 format -`date +"%d/%m/%Y %H:%M:%S"` +`date -u +"%Y-%m-%dT%H:%M:%SZ"`