Get timezone directly from Country and State Google API
问题 I need to get the timezone from just country and state (E.g. Australia/Sydney). There's an answer here that gets the coordinates first then requests for the timezone using the coordinates as params. But I'm asking is there a direct way of doing this via any google API? 回答1: Yes, you can use the Time Zone API, the Google Maps Time Zone API provides a simple interface to request the time zone for a location on the earth, as well as that location's time offset from UTC. The Google Maps Time Zone