Panda::Date pros 

$pd = Panda::Date->new('2015-03-10 18:32:00');
$tz = 'Pacific/Auckland';
$pd = Panda::Date->new("2015-03-10 18:32:00", $tz);