in reply to Re: Trouble with time zones and Sun rise/set
in thread Trouble with time zones and Sun rise/set

not sure yet why the two modules differ here

Astro::Coords returns the next sunrise/sunset after the provided timestamp.

DateTime::Event::Sunrise returns the sunrise/sunset for the provided date.

You should have used

$obsDate->set_time_zone('Pacific/Auckland');
instead of
$obsDate->add(days=>1);