Searched refs:guess_timezone (Results 1 – 1 of 1) sorted by relevance
236 static const char* guess_timezone(const timelib_tzdb *tzdb);493 php_info_print_table_row(2, "Default timezone", guess_timezone(tzdb)); in PHP_MINFO_FUNCTION()551 static const char* guess_timezone(const timelib_tzdb *tzdb) in guess_timezone() function577 const char *tz = guess_timezone(DATE_TIMEZONEDB); in get_timezone_info()
Completed in 29 milliseconds