NAME
App::Chart::TZ -- timezone object
SYNOPSIS
use App::Chart::TZ;
my $timezone = App::Chart::TZ->new (name => 'Some Where',
                                    choose => [ 'abc','def', ]);
print $timezone->name(),"\n";
DESCRIPTION
A App::Chart::TZ object represents a certain timezone. It has a place name and is implemented as a TZ environment variable setting to be used, with a set of TZs to try.
Stock and commodity symbols have an associated timezones, setup by their handler code and then looked up here.
FUNCTIONS
- App::Chart::TZ::validate ($obj)
 - 
Check that
$objis aApp::Chart::TZobject, throw an error if not. App::Chart::TZ->loco- 
Return a timezone object representing the local timezone (which means leaving
TZat its initial setting). App::Chart::TZ->chicagoApp::Chart::TZ->londonApp::Chart::TZ->newyorkApp::Chart::TZ->sydneyApp::Chart::TZ->tokyo- 
Timezone objects for these respective places.