From 76e0337df1e630ac297de30ea2f4a71092fa6528 Mon Sep 17 00:00:00 2001 From: Paul Galow Date: Sun, 12 May 2019 12:40:28 +0200 Subject: [PATCH] shutdown: add absolute time examples (#3011) --- pages/osx/shutdown.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/osx/shutdown.md b/pages/osx/shutdown.md index e8d01466b..aa3da7db5 100644 --- a/pages/osx/shutdown.md +++ b/pages/osx/shutdown.md @@ -17,3 +17,11 @@ - Reboot in 5 minutes: `shutdown -r +{{5}}` + +- Power off (halt) at 1:00 pm (Uses 24h clock): + +`shutdown -h {{1300}}` + +- Reboot on May 10th 2042 at 11:30 am (Input format: YYMMDDHHMM): + +`shutdown -r {{4205101130}}`