<?php $now = new DateTime(); foreach (DateTimeZone::listIdentifiers() as $tz) { $offset = (new DateTimeZone($tz))->getOffset($now) / 3600; // hours if ($offset == 5) { echo $tz, "\n"; } }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`