User Tools

Site Tools


epoch_time_calculations

This is an old revision of the document!


Epoch time calculations

Days since Epoch

echo $(date +%s)/86400 | bc
echo $(($(date +%s)/86400))

Epoch time on system without GNU date

perl -e 'print time(), "\n" '
epoch_time_calculations.1329321829.txt.gz ยท Last modified: 2012/02/15 16:03 by root