Help for this page

Select Code to Download


  1. or download this
    perl -le 'print time() / (24*60*60)'
    
  2. or download this
    perl -le 'print scalar localtime( 12272 * 24*60*60 )'
    perl -le 'print scalar gmtime( 12272 * 24*60*60 )'