Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/
H A Dphp_date.c4015 char *tzid; in PHP_FUNCTION() local
4026 tzid = timelib_timezone_id_from_abbr(ZSTR_VAL(abbr), gmtoffset, isdst); in PHP_FUNCTION()
4028 if (tzid) { in PHP_FUNCTION()
4029 RETURN_STRING(tzid); in PHP_FUNCTION()

Completed in 21 milliseconds