Help for this page

Select Code to Download


  1. or download this
    sub get_time_from_local_time_string {
       my ($time_string) = @_;
    ...
    
       return timelocal($s, $m, $h, $D, $M-1, $Y);
    }