|
@@ -49,7 +49,6 @@ if($_GET["opr"] == "query"){
|
|
|
|
|
|
//check the Daylight saving
|
|
|
$nextDayLightSavingTZ = new DateTimeZone($result["timezone"]); //use timezone to fetch the data
|
|
|
- print_r($nextDayLightSavingTZ);
|
|
|
//get next transitions
|
|
|
$nextDayLightSavingTZTransitions = $nextDayLightSavingTZ->getTransitions(time());
|
|
|
//if >1 then means had daylight saving in future
|