Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/ext/date/
H A Dphp_date.c4036 const char *tzid; in PHP_FUNCTION() local
4047 tzid = timelib_timezone_id_from_abbr(ZSTR_VAL(abbr), gmtoffset, isdst); in PHP_FUNCTION()
4049 if (tzid) { in PHP_FUNCTION()
4050 RETURN_STRING(tzid); in PHP_FUNCTION()

Completed in 21 milliseconds