So from an input like the country: US and state: CA I'd need to get the timezone.
I saw this response here: Get timezone directly from Country and State Google API, but the problem is that Google API needs longitude and latitude, so I wonder if I first need to look for these values. Is there any option to get the timezone directly?
Thank you