Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    #this shows where you run out of seconds and the 
    ...
    print "$year $secs\n";
    }
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
    print "epoch $far_date seconds translate to: ",
    UnixDate(ParseDate("epoch $far_date"),"%m/%d/%Y %H:%M:%S"),"\n";