Searched refs:tzid (Results 1 – 1 of 1) sorted by relevance
3849 char *tzid; in PHP_FUNCTION() local3857 tzid = timelib_timezone_id_from_abbr(abbr, gmtoffset, isdst); in PHP_FUNCTION()3859 if (tzid) { in PHP_FUNCTION()3860 RETURN_STRING(tzid, 1); in PHP_FUNCTION()
Completed in 14 milliseconds