Help for this page

Select Code to Download


  1. or download this
    use Time::Local qw( timelocal );
    
    ...
       # Should print the same value for both, but doesn't.
       print("$hour\n");
    }
    
  2. or download this
    Thu Apr 26 16:25:00 2007
    1177610400
    Thu Apr 26 16:35:00 2007
    1177614000