I have a list of cities state zip code. Is there a way in PHP where can pass some of those values and return the time zone id?
for example if I pass Nevada I get "America\Los_angels" in return.
Can this be done is PHP class? or I need to use external API like Google maps?
Thanks