perl -le 'print time() / (24*60*60)' #### perl -le 'print scalar localtime( 12272 * 24*60*60 )' perl -le 'print scalar gmtime( 12272 * 24*60*60 )'