Cessna T182T Skylane ZK-ZZR into Wellington.

 Allister Jenks captured the Cessna T182T Skylane TC ZK-ZZR c/n T18209013 at Wellington – inbound from Taieri – early afternoon yesterday the 10th.

Certified in October 2010 as N9020Q to the Cessna Aircraft Company of Wichita, Kansas and sold to J L Hein Service Inc of Oklahoma Coty, Oklahoma the following month.

Its US registration was cancelled on 16-07-2014 apparently with only 55 hours total airframe time.

It was registered as ZK-ZZR to Izard Pacific Ltd of Taupo on 05-08-2014, gaining its NZ certification with Flightcare at Tauranga and first flew in NZ on 21-08-2014.

Paul Hood of Hanmer Springs took it over from 28-08-2015 until selling to the ZZR Syndicate of Dunedin on 22-11-2023.

function display_related_posts() { if (is_single()) { global $post; $categories = wp_get_post_categories($post->ID); if ($categories) { $args = array( 'category__in' => $categories, 'post__not_in' => array($post->ID), 'posts_per_page' => 4, 'orderby' => 'rand' ); $related_posts = new WP_Query($args); if ($related_posts->have_posts()) { echo ''; } wp_reset_postdata(); } } } add_action('wp_footer', 'display_related_posts');