PHP 8.1 – Laravel – Geoip find timezone by country and region
I want to find the timezone with the country and region using geoip_time_zone_by_country_and_region() but seems it needs geoip ext to be installed which is not supported anymore and seems geoip2 just works with IP but I want to get the…