shutdown: add absolute time examples (#3011)

italian
Paul Galow 2019-05-12 12:40:28 +02:00 committed by Ivan Aracki
parent d8f986edb5
commit 76e0337df1
1 changed files with 8 additions and 0 deletions

View File

@ -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}}`