Home
last modified time | relevance | path

Searched refs:tzid (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/date/tests/
H A DDateTimeZone_getTransitions_bug1.phpt5 function showTransitions(string $tzid, int $from)
9 echo "{$tzid} from @{$from}-@{$to}:\n\n";
11 $tz = new DateTimeZone($tzid);
H A Dbug80963.phpt9 foreach ($tzids as $tzid)
11 $tz = new DateTimeZone($tzid);
/php-src/ext/date/
H A Dphp_date.c4230 const char *tzid; in PHP_FUNCTION() local
4241 tzid = timelib_timezone_id_from_abbr(ZSTR_VAL(abbr), gmtoffset, isdst); in PHP_FUNCTION()
4243 if (tzid) { in PHP_FUNCTION()
4244 RETURN_STRING(tzid); in PHP_FUNCTION()

Completed in 89 milliseconds