man DateTime::TimeZone::Local () - Code to determine the system's local time zone

NAME

DateTime::TimeZone::Local - Code to determine the system's local time zone

SYNOPSIS

  my $tz = DateTime::TimeZone->new( name => 'local' );

DESCRIPTION

This package is used to try to figure out what the local time zone is, in a variety of ways. See the DateTime::TimeZone docs for more details.