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_calculations.1317454592.txt.gz ยท Last modified: 2011/10/01 07:36 by root