From cf551279355aaf1f3c18ea1a4be24034931bda6e Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Thu, 6 Oct 2016 10:02:39 +0530 Subject: [PATCH] Update the last example to explain the -r flag --- pages/osx/date.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/osx/date.md b/pages/osx/date.md index 4f89139b8d..ee91c1add0 100644 --- a/pages/osx/date.md +++ b/pages/osx/date.md @@ -14,6 +14,6 @@ `date +%s` -- Juggle a timestamp representing seconds since the Unix expoch to a date: +- Perform a reverse conversion from a unix timestamp to a date: -`date -j -r 1473305798` +`date -r 1473305798`