I have a list of cities (New York, London, etc . .) and I need to do some timezone conversion but i see most of the APIs require that you know the time zone name (such as Eastern Standard Time, Tokyo Standard Time, etc).
Is there anyway to convert the city name into its appropriate TimeZone name ? (pass in New York and it returns "Eastern Standard Time")