Home
last modified time | relevance | path

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

/PHP-8.0/ext/date/
H A Dphp_date.c3584 char *tzid; in PHP_FUNCTION() local
3595 tzid = timelib_timezone_id_from_abbr(ZSTR_VAL(abbr), gmtoffset, isdst); in PHP_FUNCTION()
3597 if (tzid) { in PHP_FUNCTION()
3598 RETURN_STRING(tzid); in PHP_FUNCTION()

Completed in 21 milliseconds