<?php $time = 1659458933; $tz = new DateTimeZone( 'America/Indiana/Indianapolis' ); $transitions = $tz->getTransitions( $time ); if(is_array($transitions) && count($transitions) > 1) { var_dump( $transitions ); } else { //Nothing }
You have javascript disabled. You will not be able to edit any code.
This script was stopped while abusing our resources