<?php $time = 1659458933; $tz = new DateTimeZone( 'America/Indiana/Indianapolis' ); $transitions = $tz->getTransitions( $time ); var_dump( $transitions );
You have javascript disabled. You will not be able to edit any code.