class TZInfo::Timezone

def all_country_zone_identifiers

Returns:
  • (Array) - an `Array` of the identifiers of all the time
def all_country_zone_identifiers
  Country.all.map(&:zone_identifiers).flatten.uniq
end