This is an old revision of the document!
echo $(date +%s)/86400 | bc echo $(($(date +%s)/86400))
perl -e 'print time(), "\n" '