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