Searched refs:tzid (Results 1 – 3 of 3) sorted by relevance
5 function showTransitions(string $tzid, int $from)9 echo "{$tzid} from @{$from}-@{$to}:\n\n";11 $tz = new DateTimeZone($tzid);
9 foreach ($tzids as $tzid)11 $tz = new DateTimeZone($tzid);
4215 const char *tzid; in PHP_FUNCTION() local4226 tzid = timelib_timezone_id_from_abbr(ZSTR_VAL(abbr), gmtoffset, isdst); in PHP_FUNCTION()4228 if (tzid) { in PHP_FUNCTION()4229 RETURN_STRING(tzid); in PHP_FUNCTION()
Completed in 22 milliseconds