in reply to Parsing a date/time string into a UNIX timestamp

use HTTP::Date; my $stamp = str2time $timestr;

Makeshifts last the longest.