timezone_transitions_get

Its an  alias of DateTimeZone::getTransitions() and  returns all transitions for the timezone

 

Example

<?php
echo “<pre>”;
$tz = new DateTimeZone(“Australia/Perth”);
print_r(timezone_transitions_get($tz));
?>

Output

It will list all transitions of the timezone