in reply to Parsing a date/time string into a UNIX timestamp
use HTTP::Date; my $stamp = str2time $timestr; [download]
Makeshifts last the longest.