Erratus May 17, 2010 #1 Code: # date +%s 1274130844 How do I convert epoch time back to human readable? Have searched and read man date but didn't got a clue.
Code: # date +%s 1274130844 How do I convert epoch time back to human readable? Have searched and read man date but didn't got a clue.
OP Erratus May 17, 2010 Thread Starter #3 Ok, %s only. So this is even shorter: Code: date -r 1274130844