perl -e 'print scalar localtime 1207784720;' can be used when date -r doesn't exist (ie linux). courtesy of my coworker.
12 months ago.
1 comment so far
coworker pointed out that with a recent version of coreutils, you can also do date -d @ 1207784720 on linux [no space between the @ and the timestamp].
1 comment so far
coworker pointed out that with a recent version of coreutils, you can also do
date -d @ 1207784720on linux [no space between the @ and the timestamp].11 months, 3 weeks ago by ahmedre