From 96d7c1752d5b259e6d0c39eed03aa3d88800aecc Mon Sep 17 00:00:00 2001 From: Ben Ripkens Date: Sat, 5 Dec 2015 21:20:22 +0100 Subject: [PATCH] Retrieve ISO 8601 date via date utility --- pages/common/date.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"`