Update the last example to explain the -r flag

This commit is contained in:
Agniva De Sarker
2016-10-06 10:02:39 +05:30
committed by GitHub
parent 8136ac1930
commit cf55127935

View File

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