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