As we can get timezone from country code like
c = TZInfo::Country.get('US')
zones = c.zone_identifiers
this returns all zones of country.
But I need specific zone of location i.e. "washington, USA"
Is there a way to get timezone from location name?
so we can get timezone by giving location name("washington, USA")