Skip to content

Instantly share code, notes, and snippets.

@dylanwh
Forked from anonymous/gist:2b3c2cda92d35ad50f6b
Created November 12, 2014 16:16
Show Gist options
  • Save dylanwh/7648dbbf1375b9df9645 to your computer and use it in GitHub Desktop.
Save dylanwh/7648dbbf1375b9df9645 to your computer and use it in GitHub Desktop.
my $tz;
try {
local $SIG{__DIE__};
$tz = DateTime::TimeZone->new( name => $name );
} catch {
warn "I got a lovely error: $_";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment