Hi, So I have a perl script where the user might or not have introduced a valid timezone name. My problem is to deal with that possibility without having to match with an array. Is there a simple way? I've tryed a simple comparison: if(my $tz = DateTime::TimeZone->new( name => $zone )){... then proceed. But guess what? 500 internal error... Cheers. JKepler