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